|
|
|
|
|
by nailer
2291 days ago
|
|
Going back to React a week ago after doing Svelte seriously since Oct 2018 is tough. Asides from the obvious stuff - Svelte's speed and bundle a size of 0: JSX isn't HTML, using weird helpers to enable a class when a JS ternary would do fine, setting state is clumsy, and there's way too much complexity if you're not already used to using React. That said, I'm also really enjoying TS so could understand why someone may want to stick with React for a new project until Svelte gets TS. My big Svelte project isn't public but my personal site is a Svelte app too:
https://mikemaccana.com source is at https://github.com/mikemaccana/mikemaccana.com |
|