Hacker News new | ask | show | jobs
by exceptione 130 days ago

  > Honestly don't know what people think they are gaining with a heavy frontend.
True, but (I repeat myself here), it depends on what kind of website we are talking about. For instance, a data-heavy SPA that workers use the whole day (like a CRM) is at least perceptually faster and more user friendly compared to the same thing but with traditional whole page reloads.
1 comments

There's plenty of middle ground here, you don't need fancy frameworks to do partial reloads.
I am open for suggestions, but anything wanting to give a desktop like experience is going to be complex. Like the user clicks a button, now widget a1 » a1.3 » a1.3.2 » a1.3.2.2 should be in an "open state", while widget b1 » b1.2 » b1.2.1 needs to be in "disabled state" and widget c3 » c4 » c5 shows a status message.
Sure, and the further you go in that direction, the more you're building a traditional desktop GUI experience, which was always a bad fit for the web.

So yes, if that's really what you want to do, React or similar is probably what you want.

If.

I used to do things like that with about 10 lines of jQuery.
But we as a species decided that jQuery bad :(