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

@ -6,7 +6,7 @@
"module": "ESNext",
"moduleDetection": "force",
"jsx": "react-jsx",
"jsxImportSource": "nano-jsx/esm",
"jsxImportSource": "preact",
"allowJs": true,
// Bundler mode