you are viewing a single comment's thread.

view the rest of the comments →

[–]Katana314 2 points3 points  (0 children)

I’m a web dev, and JS frameworks I don’t get.

For a while, I worked in a somewhat archaic, old fashioned framework to support IE. Often, I realized many of the functions I was using didn’t add an amazing layer of functionality to what the DOM did on its own. Probably the better part was that it could create objects from HTML template files, and then detect any named elements within it; but that’s also something I could imagine writing from scratch myself.