Hacker News new | ask | show | jobs
by ls15 1260 days ago
Ok, but why aren't companies then firing all frontend developers and instead let backend developers build logic frontends with vanilla HTML/JS/CSS?
1 comments

Because you can't do that with vanilla HTML/JS/CS.
Of course you can, but it would be hell when it comes to state management.
In that world we used to handle all the state on the server side.