8 ms·
Serious question. Is there an alternative to create-react-app for SPAs? I know Next.js is the hottest framework right now but i'm only interested in client-side
by yagodragon 6y ago
Serious question. Is there an alternative to create-react-app for SPAs? I know Next.js is the hottest framework right now but i'm only interested in client-side rendering
- dsego 6y agoI'm happy with snowpack, it has a create-snowpack-app cli command with templates for react, svelte, etc.