Tl;Dr for the juniors out there, learn React if you want a job. Learn javascript if you want a good job.
The Frontend Treadmill
31–40 of 722 posts
Re: The Frontend Treadmill
#32> 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
#33I 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…
Re: The Frontend Treadmill
#34> 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.
Component lifecycle methods to hooks and HOCs, does that ring a bell?
Re: The Frontend Treadmill
#35Speaking 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
#36Earlier 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.
Maybe fixing security issues by updating the dependencies? How likely will that happen without you having to rewrite the code of the app?
Re: The Frontend Treadmill
#37Speaking 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
#38Earlier quoted context omitted.
Didn't React deprecate itself entirely circa 2018?
They just keep stirring his slop and he keeps eating it, that's all I'm reading here
Hilarious, and accurate.
Re: The Frontend Treadmill
#39I 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…
Unfortunatelly it fell behind in popularity mostly due to some unimportant reasons (eg not being able to render 1M rows faster than react) and some important ones (load times), but boy did they build a stable ecosystem! I haven't seen such a commitment to stability and guardrail upgrades to this day on any other piece of front end library.
Re: The Frontend Treadmill
#40Why does FE development have such churn? Desktop toolkits from 30 years ago work just as performantly today; what is so difficult about the browser that demands constant framework updates?
(and I'm not talking about simple static websites)