My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Moving to VueJS?

Default profile photo
Anonymous
·Oct 11, 2017

First of all I know that this is a highly subjective question so I am expecting a fair deal of opinions. I feel that I have a fair grasp of react and I am probably one of a select few people who actually like JSX, I am however struggling with understanding Redux, I seem to be unable to get my head around it.

Having previously worked with AngularJS and since moved on to React using ES6, which I enjoy for the most part, I am however hitting a wall as they say in building complex ecommerce or twitter like sites, I have used Firebase's Realtime Database to handle any complex state that I wished to share amongst components or lifted the state to a top level component.

So my Question is in what way is Vue easier to learn and use for these use cases? As I look at it, it seems in my opinion like Vues templating is a step backwards towards Angular1 which I honestly did not enjoy using. I am looking for simpler way of handling and sharing complex state than redux.