|
|
|
|
|
by treggle
2454 days ago
|
|
No vuejs did not surpass reactjs. In fact reactjs found an even simpler programming model and is leading with this new approach ... it is called hooks. Vuejs is copying the same concept and in fact wanted to dump it’s old way to fully embrace react hooks style programming but that angered the vuejs community. |
|
I know some people have a thing for arcane programming (for a lack of better word), but in my opinion it just makes code harder to write, understand, and even statically analyse.
Not to mention, the official lining for hooks leaves a lot to be desired for, especially because some internal React return values are treated magically by the linter (useState, useReducer to name a few) when it comes to hook dependency management.