DEV Community

Discussion on: VueJS: The Golidilocks of JS Frameworks?

Collapse
 
chrisrhymes profile image
C.S. Rhymes

I really like vue single file components where you can put the template, script and styles in one file. It just seems like a really nice way to make a reusable component. I also really like the way you can use components inside components, you just need to think about handling the state.

Collapse
 
anwar_nairi profile image
Anwar

You will love Vuex. It just feels so right. No more, no less, just what you needs. The Flux design pattern is a bit tricky to catch, but it solves so many problems you (will?) have with SPAs.