Hiring is a lagging indicator, but I see React hitting a plateau the way angular did. I see Vue is on the cusp of takeoff. Time will tell if it fails to launch, but I'm seeing more interest in Vue at meetups than React.
I think a lot of this has more to do with React's state management than licensing. One of the react developers said it best. Paraphrasing;
> Everyone stopped saying React is fun after Redux.
From my understanding managing state is a fundamentally hard problem, and Redux just make it very explicit and avoid the confusion of a state living in multiple places.
Did not try Vue but is the state management simpler?
Angular didn't hit plateau, but collapsed after ng2 was announced. React will replace angular and hit plateau just because the number of f/e jobs is limited.
Everything is a 3rd party library when it comes to the building complex React based app. Redux is a part of the hype train, so you are going to use it if you are on the train.
https://www.hntrends.com/2017/july.html?compare1=React&compa...
Hiring is a lagging indicator, but I see React hitting a plateau the way angular did. I see Vue is on the cusp of takeoff. Time will tell if it fails to launch, but I'm seeing more interest in Vue at meetups than React.
I think a lot of this has more to do with React's state management than licensing. One of the react developers said it best. Paraphrasing;
Everyone stopped saying React is fun after Redux.