Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 554 Bytes

technology-frontend.md

File metadata and controls

15 lines (12 loc) · 554 Bytes

Vue with Nuxtjs

  • + Single file components
  • + Easier to start with
  • + Better documentation
  • + Good compromise of minimalist library (react) vs full-fledged platform (angular)
  • + Not based on JSX (don't like the syntax)
  • - Have to learn syntax likev-if etc
  • - React has larger ecosystem
  • - React has better typescript support (but better TS support is coming with Vue 3)

Considered Alternatives