IDK our product is older than 5 years and React is still not obsolete.
The Frontend Treadmill
21–30 of 722 posts
Re: The Frontend Treadmill
#22Earlier quoted context omitted.
Component lifecycle methods to hooks and HOCs, does that ring a bell?
Yeah, and I'm not anywhere near as distressed about it as this article implies I should be.
Re: The Frontend Treadmill
#23> Whatever framework you choose will be obsolete in 5 years. I've been writing React professionally for over a decade at this point. I don't know what this guy's on about.
Even a well-maintained project like React can't escape the squalor of its ecosystem.
I don't always have this option, but usually these days I choose vanilla JS, imported with no build system, do as much as I can with Python/Django on the backend, and opt out of the JavaScript ecosystem entirely. I haven't regretted it.
Re: The Frontend Treadmill
#24Speaking of front end frameworks, whatever happened to Angular(JS)? It seemed to be required on every other job posting, but now things seem to only ask for React or React Native.
Re: The Frontend Treadmill
#25> Whatever framework you choose will be obsolete in 5 years. I've been writing React professionally for over a decade at this point. I don't know what this guy's on about.
Re: The Frontend Treadmill
#26To jump off the treadmill is not using a fronted framework: at all, and not using a random one and not rewriting the code later. Server side rendering, JavaScript only when needed, no separation between backend and frontend folks in the company.
Re: The Frontend Treadmill
#27Re: The Frontend Treadmill
#28I have recently been doing some upgrades to the build system for our FE code to swap out yarn for pnpm. I’m normally a backend engineer, but I’ve spent plenty of time in the JS mines. The most frustrating thing about dipping in to the FE is that it seems like literally everything is deprecated . Oh, you used the apollo CLI in 2022? Bam, deprecated, go learn how to use graphql-client or whatever, which has a totally d…
Meanwhile, compared to something written in dotnet or go. I bet there’s a very strong chance those projects will continue to work in 3-5 years.
Re: The Frontend Treadmill
#29> Whatever framework you choose will be obsolete in 5 years. I've been writing React professionally for over a decade at this point. I don't know what this guy's on about.
If you're on recent-enough versions and are using any popular libraries, you will have seen the deprecation notices pile up during npm install for downstream dependencies.
Re: The Frontend Treadmill
#30What is unsolved is the dependency hell: builds break over time, just by NPM rot.