Hacker News new | ask | show | jobs
by irrational 2889 days ago
That's how I feel about the current state of web development. It really feels like the right time for something to come up and replace React/Vue/Angular with all of their myriad associated libraries for data, routing, etc. Something that is incredibly simpler.
1 comments

Vue is already ridiculously simple; how much easier can it get? You don't even need to mess around with a complicated build pipeline, just reference the vue lib in a script tag and get going.
What I really want is it to be built into the browser so I don't have to use a library at all for the things React/Vue/Angular do.