@hbuchel @jpmartin @tommorris I used to love react (and even redux) for development when it was fairly immature, and you didn't have as much of an overbearing crush of supporting infrastructure (though TBF bundle size has always been a struggle in that ecosystem). It was certainly a damn sight better than Angular (which I never really liked) and jQuery.
I moved on to Next (react-based) and loved how simple it made a lot of things and some of the performance gains you got super easily. I moved on to Remix (also react-based) and loved how easy it made true progressive apps that could (mostly) work with no JS at all.
Now I am on to Svelte, and am loving how it gives me all of those benefits and is super tiny and fast at the same time. Until I heard about Svelte I kept saying that I hadn't seen anything better than React, if React was done right, which it often wasn't.
Every time it has seemed like the JS ecosystem was settling down something better has just had to come along and show us how bad that approach actually was. Maybe web 1.0 was closer to having it right. At least those pages still work and don't suck near as much as "modern"/"corporate" stuff. I see a lot of the ideals of it making their way back in to the newer things that actually get me excited enough to bother learning about them.