TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How are the front end devs keeping up with fast pace of technologies?

3 pointsby babyboy808almost 8 years ago
I have been a frontend dev for about 10 years now and am, both in awe of the pace at which this area is progressing but also finding it hard to keep up to date with all of the available technologies.<p>From JavaScript frameworks, to new and upcoming CSS grid layouts. How do you keep up to date with all of these, work a full-time job and keep your sanity?

2 comments

IX_Hispanaalmost 8 years ago
Early adopters are a minority. You&#x27;ll save time if you decide not to be one.<p>For example, I&#x27;m very glad I did not spend any time learning webpack configuration. All the big frameworks have a cli or equivalent doing it for you nowadays.<p>You can be conservative at work and just keep an eye on the news. Don&#x27;t delve into the code - playing around with alpha stuff is the real time sink.
skynodealmost 8 years ago
I basically outline what&#x27;s important to the business (per development cycle and complexity) and try to stick with frameworks whose devs are explicitly wary of breaking changes.<p>Based on these, my stack is simply React&#x2F;Redux on the front end.<p>Disclosure: full-stack, technical co-founder.