upvote
I've followed all the main migrations and I've say they where really quite smooth, can't remember having any major issues and each time it tended to be worth it.
reply
> Version 3 => 4 => 5 => 6 => 7 => 8.

I did the migrations and they were not horrible. A few breaking changes but they were relatively isolated. And the speed and improvements over these versions had been quite significant.

reply
Echoing another person, but we did all those major version migrations without any breakage / churn. What were the breaks you ran into?
reply
> It's not as if it is dramatically better now than it was in version 3

Adding stuff for SSR was a major improvement.

reply
SSR is a huge pain in the ass. Now it starts to be hard to have all of that do the frontend properly and let good appropriate languages take care of the backend.

Instead of a stupid, broken and leaky node equivalent backend totally interlocked with code of the frontend.

reply
I went from 4 to 8 in a single step. I had to change 5 lines of config.

Can we please stop the incessant belly-aching over problems that don't exist. I have to question if you even use these tools?

reply
also i'm pretty sure claude can one shot this these days. a non-issue.
reply
The churn is the product.
reply
This makes absolutely zero sense. If you're going to post cynically, at least try to have some sort of coherent point?
reply
Tooling instability creates the demand for more tooling.
reply
The major change through all of those was solidifying Vite's concepts of "environments" for better SSR support. If you weren't using that, there wasn't much instability.

Surely lacking features also creates demand for more tooling.

reply