React IMHO is good enough that I don't want to change framework/basic frontend technology again.
Vue.js vs. React: what happened in 2017
41–50 of 177 posts
Re: Vue.js vs. React: what happened in 2017
#42Why in earth people would like to to use anything from facebook in they business ? Why do you trust they licensing ? I would choose riotjs or vuejs anyday before any facebook's code in my apps.
I wouldn't feel confident picking that as my company's future.
Re: Vue.js vs. React: what happened in 2017
#43Earlier quoted context omitted.
I agree. We still admire Vue.js after using it for more than a year and writing hundreds of lines of Vue.js code every day. No chance I would choose React+Redux in cases when I know I need quick progress on my web project - Vue.js allows you to be very productive, cutting corners in the right places, while still keeping the reasonable code quality, and writing very little of boilerplate.
MobX+React would be just like Vue, but with the benefits of the larger React ecosystem and full type checking with typescript/flow, and the drawback of mandatory build tooling.
Also tutorials for react+mobx.
Re: Vue.js vs. React: what happened in 2017
#44Re: Vue.js vs. React: what happened in 2017
#45OP predicts with absolute certainty vue "will become dominant" next year many times. Also OP has skin in the game to justify to his team that vue was the correct choice. Nice as an opinion piece but too many red flags to be considered fair and unbiased.
Re: Vue.js vs. React: what happened in 2017
#46I’m the founder writing code (but not the only technical person) for my three person startup. In October I started migrating our MVP from server side templates to Vue, given we had direction and traction on a product line that justified the time investment. It’s turned out to be a great decision (although likely one that could have been made with react as the choice as well). My “success story” is how Vue helped me t…
What is a turbolink?
Re: Vue.js vs. React: what happened in 2017
#47Earlier quoted context omitted.
Since October (I think) vue single file components work flawlessly with typescript. Can't speak for jsx though.
It works in the part of your .vue file, but not the part.
After looking into this further it seems like Vue Templates also differentiate between values and components. In React I often write components which can take in either: a good example is text which the consumer might want to format. You can easily write the component so that they pass in a string or a element.
Vue has a lot of good ideas but the templates are almost a non-starter for me.
Re: Vue.js vs. React: what happened in 2017
#48React IMHO is good enough that I don't want to change framework/basic frontend technology again.
Agreed, it’ll take another paradigm shift to switch to something else.
Re: Vue.js vs. React: what happened in 2017
#49Earlier quoted context omitted.
Can you clarify that comment? What aspects of React's development are you concerned with?
First, probably was their approach to implicitly require use of Observable objects everywhere. Second, use of arcane CS lingo and authors writing 10 pages long pages on every known MVC model, FLUX, SCHMUX and etc with weekly regularity. Third, during transition to Fiber, they went on gigantic increase of complexity by introducing a lot of what can be said to be heuristic rules, and all for non-guaranteed, minor perfo…
2) Please clarify what you mean by this.
3) By all accounts, the fiber codebase is much simpler than the stack codebase, performs similarly and opens up some exciting new possibilities.