Ask HN: Am I missing something by not learning JavaScript frameworks?
I did jQuery, Knockout, and a little Angular. It was shortly after that that there were an explosion of frameworks and at the time I was far more interested in studying math.
I still code entire projects in raw node.js and client-side JavaScript. I have half-way been keeping mostly up to date with a lot of C# stuff and I see some pros and cons in the way that is evolving.
People really love their JavaScript frameworks though. Is learning React really a mind-blowing experience? Does it teach you anything new other than how to use it?
I feel like the number of revolutionary programming concepts that I'm supposed to keep up with is beyond not only my will but also my ability.
3 comments
[ 2.9 ms ] story [ 19.5 ms ] threadThere are certain things react emphasizes which people think is the best thing since sliced bread, namely component based architecture and automagically updating views when there’s a change to state.
Only use it if you find jquery etc to be too painful. If you are fine as is, it’s a nice learning exercise but probably will cause more headache than anything else.
Are you missing something? That depends on your plans and goals.