Do we really need all this just to display some information or respond to a click?
Without denying the progress we've made, it might be worth asking whether things could be simpler.
More direct. More aligned with the browser.
Some thoughts and concrete ideas coming soon.
What do you think?
Top comments (5)
Even without Angular etc. just a simple repository to build a classic WordPress theme: let one year pass, everything still works provided that you don't change an existing node_modules folder.
IDE suggests to run npm install.
npm install
warning! warning! deprecation! no longer supported! error!!!
like progressive enhancement using HTML, CSS, and "vanilla" JavaScript?
something like that
I think the issue comes down to just how much you can do in a web browser these days.
There isn't a one-size-fits-all solution. And so many of those tools aren't to manage an interface; they're to manage the application that lives in the browser behind that interface. A lot of that work used to happen server-side. And it still can for plenty of applications.
I don't understand the question.