move from nano-jsx to Preact, benefits: 1. Smaller bundle size, 2. Quicker rendering, 3. Full vDom with proper states, 4. Proper pure functions
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Soph :3 2024-08-01 22:55:12 +03:00
parent b598ebd306
commit 7255080d31
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
7 changed files with 91 additions and 119 deletions

View file

@ -18,6 +18,6 @@
"esbuild": "^0.23.0",
"marked": "^13.0.2",
"mime-types": "^2.1.35",
"nano-jsx": "^0.1.0"
"preact": "^10.23.1"
}
}