I’ve been writing JavaScript for 15 years professionally, and I must say this comment seems to be made by someone not as familiar with the context here. Moving away from React and frameworks like it would require a radical rethinking of what we expect to do with web apps. Building something like google maps, google docs, figma, are definitely doable with some of these tools, but it is almost impossible to maintain. This comment truly ignore the context of why frameworks like react took off. Jquery is great if you need a slideshow on a page, and maybe just some tracking, and even then, I’ve recently opted to just use vanilla js, with things like webpack build targeting whatever versions I would need. JavaScript programming is complex because making great ux can be a non trivial task.Please excuse any typos, written on the phone
heartbreak|2 years ago
No one is arguing that complex web applications don’t benefit from React and friends. It’s completely overkill for most of the web.
anthonypasq|2 years ago
any website that has any sort of meaningful functionality and communication with a server is mostly likely using some sort of framework.
silent_cal|2 years ago