Why is front-end development so unstable? (2018)
breck-mckye.com
Why is front-end development so unstable? (2018)
1–10 of 181 posts
Re: Why is front-end development so unstable? (2018)
#2Lately using remix or nextjs. Not that much has had to change in that time, it definitely feels more stable in the past 5 years or so.
Every new library is using components, just with their own preferred syntax.
Re: Why is front-end development so unstable? (2018)
#3Looks like the field is maturing.
Either that or we are on a fake calm before we see a lot of articles about people migrating into wasm in "whatever language has support for it right now" (AFAIK, currently wasm goes with rust).
Re: Why is front-end development so unstable? (2018)
#4I’ve been using react for 8 years. In that time I’ve gone from webpack, to vite. Lately using remix or nextjs. Not that much has had to change in that time, it definitely feels more stable in the past 5 years or so. Every new library is using components, just with their own preferred syntax.
Specifically, I know that if we want to bring in some widgets that were created this year, we have a massive upgrade task ahead of us. :(
Re: Why is front-end development so unstable? (2018)
#5Re: Why is front-end development so unstable? (2018)
#6My guess is that since frontend web development is at the top of the stack it has an incredible amount of freedom so everything changes every minute. You don't see too many people wanting to subvert HTTP making a billion homemade alternatives
Re: Why is front-end development so unstable? (2018)
#7I’ve been using react for 8 years. In that time I’ve gone from webpack, to vite. Lately using remix or nextjs. Not that much has had to change in that time, it definitely feels more stable in the past 5 years or so. Every new library is using components, just with their own preferred syntax.
Re: Why is front-end development so unstable? (2018)
#8Re: Why is front-end development so unstable? (2018)
#9Initially, users had low bandwidth connections, and web pages were mostly static with links.
Then came JavaScript interactivity and AJAX.
As users bandwidth grew, we started having heavier frameworks and SPAs.
I believe there is another revolution that is happening now because of decreased latency. Recently with protocols such as HTTP2, web sockets, and edge computing, round trip latency is greatly decreased. This is resulting in UI where more of the logic lives on the server and has led to such libraries as htmx (client) and Turbo.
It will be interesting to see where this settles out.
Re: Why is front-end development so unstable? (2018)
#10Hum... The Great (Web) Frontend Revamping seems to have passed. Nowadays people are still discussing if React or Vue is better, with a clear intonation of "whatever works for you, I prefer X". Looks like the field is maturing. Either that or we are on a fake calm before we see a lot of articles about people migrating into wasm in "whatever language has support for it right now" (AFAIK, currently wasm goes with rust).