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.

React 18 now available as Release Candidate

35 pointsby valtismabout 3 years ago

2 comments

grandpoobahabout 3 years ago
So pleased about the batching state updates.<p>I much prefer splitting my state into individual properties, but I always felt like I was going against the grain and doing something &quot;naughty&quot;. With these new changes, it feels like my preference has been recognised as legitimate and I feel vindicated.<p><pre><code> setPendingPrintJob(null); setHasPrinted(true); setOrder(response.order);</code></pre>
giorgiozabout 3 years ago
We have been migrating all our services to React 18 beta in the past months. We are now at 80% services in React 18. We have been using heavely the new SSR + Suspense.<p>Feel free to ask anything and I&#x27;ll try to see if I can help you!<p>(I&#x27;m not part of the React team, just used React 18 heavily in the past months in production)