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: Why are front end developers (esp React) in such high demand in 2022?

28 pointsby pbowyerover 2 years ago
What&#x27;s made frontend developers be in such high demand in 2022? And particularly React developers?<p>Rates are up and companies are finding it difficult to hire people. Why this year?

13 comments

Raed667over 2 years ago
There are 3 aspects in my opinion:<p>1- Companies understanding that a good user-interface is a must for their product. HN crowd are known for being anti-JavaScript, but modern web-apps are incredibly powerful and useful. This means you can&#x27;t make your back-end developer glue together a JSP and call it a day anymore. So front-end overall is in high demand.<p>2- React helped standardize the way we do front-end. Yes Svelt, Vue and Solid are all great. But the ecosystem and the ability to hire from a large pool of talent without needing to train developers on your niche stack is a huge benefit.<p>3- React is easy to start, hard to master. When interviewing you&#x27;ll likely be seeing a 10:1 ratio of boot-camp grads vs developers who have dealt with complex React apps at scale. This means an experienced React developer can ask for a higher salary.
评论 #32637138 未加载
评论 #32638157 未加载
Amboliaover 2 years ago
I would say that Frontend development in general (HTML+CSS) and the whole javascript ecosystem are a nightmare of patches on top of other patches, and endless exceptions and small components whose sole job is to plug some hole from a different technology under it. You need endless people and bruteforce to build on it and provide more value for the end user.<p>In comparison, Backend can turn bad sometimes, but a well designed, small Backend component can produce endless value and easy extensibility. I&#x27;ve never seen anything similar in Frontend.
评论 #32635864 未加载
kevincoxover 2 years ago
I think the vast majority of websites and apps are not &quot;technically complex&quot;. The backend is generally close to a CRUD with a small amount of &quot;special sauce&quot;. This makes UX the defining feature for most projects. This means that for the &quot;average&quot; company you will need more frontend than backend developers. React is by far the most popular frontend framework right now and provides a valuable lingua franca which provides a large talent pool.
durnygburover 2 years ago
More experienced devs are burning out and signing off from this crazy town. People after bootcamps trying to enter the market and making this carousel to spin even faster. Companies are looking specifically for Angular&#x2F;React developers.
dt2mover 2 years ago
A lot of organizations bet the farm on React ~5 years ago because it was the cool new thing. It is very likely that many of the original developers have since moved on to the next cool new thing, and now companies need maintenance work done on their (now unwieldy) codebase.<p>Another reason: The trend today seems to be to offload most of the data processing to the client side, only using the server as a glorified database pipe. Naturally, this results in a higher demand for frontend development.
评论 #32636296 未加载
评论 #32642608 未加载
评论 #32637407 未加载
paxysover 2 years ago
This isn&#x27;t unique to frontend or React. <i>All</i> developers are in high demand, and have been for over a decade.
GirishSharma643over 2 years ago
But how it concluded that front end developers (esp React) are in high demand, any facts&#x2F;data please?
batmanturkeyover 2 years ago
Building UI is labor intensive. It involves a lot of functionality: the layout and display style of elements, binding those elements to data inputs and data display, and has to manage sending and receiving data from the server as well as possibly updating the “page” and it’s element’s outside of a page load cycle.<p>Unfortunately for the way we use the web, the frontend is not simply some two-way bound GUI, but is rather a remote folder browsing application that explicitly was initially designed with the page-load (or reload) as the only explicit mechanism for synchronization of state between the client and the server.
nivertechover 2 years ago
Everyone does React because everyone else does React.<p>One company built an SPA in React, even though they have a handful of internal users and the app runs inside the corporate network.<p>There is an ultrahigh velocity of software rot in the FE&#x2F;JS ecosystem.<p>Imagine Facebook releasing a next big WebAssembly+Rust-based framework, and now everyone will be either stuck with React, or will need to rewrite.<p>The market chooses the path to inflict the maximum damage&#x2F;loss.
thatgerhardover 2 years ago
The same thing that happened when we got flash the 1st time.. account&#x2F;project managers see thing can move so they they make everything move...
mouzoguover 2 years ago
i think the high demand is more for full stack &quot;react&#x2F;typescript&#x2F;nextjs&#x2F;graphql....&quot; developers with experience building real world high scale apps.
swahover 2 years ago
Wait, where are those jobs? Are we in a recession or not?
评论 #32641374 未加载
hulituover 2 years ago
Memory is cheap.
评论 #32638116 未加载