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: What front end framework/library is the best to learn as a BE dev?

1 pointsby dondraper364 months ago
A few days ago, I asked about Ruby in Rails and the general consensus was that it&#x27;s great and boring framework that is a joy to work with, especially for bootstrapping.<p>My next question is more complicated because the FE ecosystem is expectedly even more crazy than in BE.<p>My goal is to invest some time in learning the basics of front-end so that I know enough to both build a traditional server rendered app and a modern SPA.<p>With so many choices, I have a feeling that React is by the very definition that boring technology and a pretty safe choice. In my case, employment doesn&#x27;t matter though since I don&#x27;t need to be hired as a FE developer so I can just learn the nicest one.<p>Svelte seems to be a pretty popular choice, but I have heard that the changes are still pretty major so not sure whether it makes sense to give it a serious try.<p>What library&#x2F;framework would you choose and why?

1 comment

metaloha4 months ago
I recommend learning JavaScript, not a framework to begin with, and especially not something that smurfs with the DOM paradigm as much as React does. Learning React will make you a React developer, not a Front End developer.<p>Once you have a firm grasp of the DOM and browser quirks and have figured out how to write an efficient {insert simple&#x2F;intermediate component here}, move on to custom HTML components using LitHTML or Svelte or some such. Once you grok what&#x27;s going on there, you&#x27;re ready for any framework you want :)
评论 #42880639 未加载