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: For those moving away from React what options are you considering?

17 pointsby adam_ellsworthover 7 years ago
With the patent clause taking up much of the discussion when React is brought up and following that – that it may be in many companies' best interest to migrate to a different tech – what frameworks or approaches are you considering for larger frontend applications.

11 comments

sotojuanover 7 years ago
Server rendered pages with little to no JS.<p>--<p>The patent clause generates discourse because HN commenters love to state the obvious, particularly when it&#x27;s off topic (e.g. an article about React performance has a commenter rushing to say &quot;but the patent sucks!&quot; to generate a thread of comments about that).<p>In real life, no one cares (for better or worse). Companies and start ups are adopting React like they have for the past year(s).
flavio81over 7 years ago
I&#x27;m waiting for WebAssembly to receive stronger toolings and lib until a radically new way to program the frontend appears. Ah, and I will relish to see the end of the Javascript dominance of the browser. I can say that again. I would <i>love</i> to see Javascript kicked away of the browser and replaced with something less asinine that doesn&#x27;t require transpilation (Babel, etc), nor a slow kludgy hack to have a weak type safety net (TypeScript).<p>Meanwhile, i&#x27;m sick of the current state of the art for the web frontend. It is currently so convoluted and unprofessional, that programming a Windows desktop application using the ancient, verbose Win32 API looks like heaven, compared to it.<p>In any case, if you need an alternative, Svelte looks good.
评论 #15272259 未加载
评论 #15260461 未加载
relaunchedover 7 years ago
We&#x27;re using Choo. Super simple, lightweight and but very powerful. <a href="https:&#x2F;&#x2F;choo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;choo.io&#x2F;</a><p>However, I saw this article related to why Gitlab chose Vue. <a href="https:&#x2F;&#x2F;about.gitlab.com&#x2F;2016&#x2F;10&#x2F;20&#x2F;why-we-chose-vue&#x2F;" rel="nofollow">https:&#x2F;&#x2F;about.gitlab.com&#x2F;2016&#x2F;10&#x2F;20&#x2F;why-we-chose-vue&#x2F;</a>
ripexzover 7 years ago
We&#x27;ve been using Knockout.js at my company for the last ~4 years but we&#x27;re in the process of switching over to Vue.js, or at least use it for new projects.
owebmasterover 7 years ago
I&#x27;m not moving away from react until a potential library has a clojure-wrapper similar to reagent (<a href="https:&#x2F;&#x2F;github.com&#x2F;reagent-project&#x2F;reagent" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;reagent-project&#x2F;reagent</a>). There are some people using it with preact, though.
sauravjainover 7 years ago
How about Ember?
LeeHwangover 7 years ago
My company is switching to a combination of little to no js, vue.js, and jquery.<p>The big fear of c-level guys is to avoid another react legal situation. We&#x27;ve already had to dump angular, and after react, I now get enormous pushback on using any framework system that wasn&#x27;t created internally.
评论 #15265638 未加载
webgrootover 7 years ago
Does preact come under React&#x27;s patent clause? My understanding is that both are completely different libraries. If people have concerns on react&#x27;s patent clause, isn&#x27;t it easy to migrate to preact?
评论 #15258201 未加载
girishsoover 7 years ago
Elm - such a delight to use. React&#x2F;Redux without all the boilerplate. <a href="http:&#x2F;&#x2F;elm-lang.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;elm-lang.org&#x2F;</a>
romanovcodeover 7 years ago
Angular with NGRX is not bad. Vue if you don&#x27;t like typescript.
评论 #15256906 未加载
enrmarcover 7 years ago
Vue.js