Hacker News new | ask | show | jobs
by onion2k 3242 days ago
Coming from an Angular background, the thing that helped me immensely in learning React was learning Vue and vuex first. Vue is simpler (to learn that is; not necessarily true in terms of real world code..) but conceptually similar to React, which helped to bridge the divide between Angular and React. As a bit of a bonus I'm now familiar with three frameworks instead of one.
2 comments

+1 for learning Vue. I also went from Angular to Vue (skipping React outright). Looking at React component code almost looks like Vue stuff...I was surprised I was instantly understanding another framework (React).
Does the ecosystem need both? Why would somebody sometimes use Vue or sometimes use React?