DEV Community

Discussion on: πŸ€” How should I build my Frontend for a huge project?

Collapse
 
alexisanzieu profile image
Alexis πŸ’« • Edited

My latest open sourced project combination framework/UI components:

  • svelte / attractions: svelte is really easy to use, plug it with Vite and you won't be disappointed. Downside is that it's relatively new and the community is not as big as react or vue
  • nextjs / chakra-ui: Vercel did a great job with nextJS concerning rendering pattern and performances
  • nuxt / Element: Nuxt doesnt support vuejs 3 completely (SSR) so I would wait a bit for this one