|
|
|
|
|
by gas9S9zw3P9c
2157 days ago
|
|
I generally like next.js, but I have since built some things in Svelte [0] and prefer it for simple projects. Not dealing with JSX and complex React components is refreshing. It just works. There are some upsides to its static generation (with sapper) as well - it can create static pages for things that would need API routes in Next. TLDR; For large projects that must make use of the React ecosystem I'd take Next. For smaller SPA projects I prefer svelte. [0] https://svelte.dev/ |
|