Switch to react
Under the hood, preact is used to reduce dependency size. We still don't have a build stage, so htm is used instead of JSX.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"name": "gamja",
|
||||
"dependencies": {
|
||||
"htm": "^3.0.4",
|
||||
"preact": "^10.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"http-server": "^0.12.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user