Why we chose Vue.js over React
pixeljets.com
Why we chose Vue.js over React
1–10 of 267 posts
Re: Why we chose Vue.js over React
#2Re: Why we chose Vue.js over React
#3Appears it's for their backend though, and this is actually pretty nice: http://pixeljets.com/sites/default/files/why-we-chose-vuejs-...
Re: Why we chose Vue.js over React
#4Re: Why we chose Vue.js over React
#5Re: Why we chose Vue.js over React
#6It was as simple as adding Vue.js itself and one JS file for custom code. I tried using Angular but right off the bat, I had to install hundreds of dependencies via NPM.
That's what I like about Vue.js. It's simple to reason about for the kind of use case I linked above.
Re: Why we chose Vue.js over React
#7One of our engineers at StackShare[0] suggested it and it's fantastic.
Mobx is very simple to understand and will make writing a "React" page a real joy again. Redux was way too complicated for what it gave, and just shot term after term after term at me that left me with a headache. I still don't understand Redux proper.
>Why do you have to type so much?
I know! I nope'd away from Redux because of that same reason.
But Mobx clicked for me. And if it clicked for me, it'll click for you.
Basically you have a store and you use that store anywhere in your components to share store state. When you update that store state everywhere else updates as well. Simple.
Another great reason to use React as opposed to alternatives is react-native. A _lot_ of knowledge transfer between the web and mobile with react native. It's pretty insane.
Re: Why we chose Vue.js over React
#8Re: Why we chose Vue.js over React
#9React has te philosophy "It jusy works", and people love this
Re: Why we chose Vue.js over React
#10It's been a while since I've needed a front end framework but if react doesn't scratch your itch, you should check out cycle.js. https://cycle.js.org