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.

Simulate global state tradeoffs in React concurrent mode

1 pointsby campbellmanover 1 year ago

1 comment

campbellmanover 1 year ago
If you aren&#x27;t sure why state tearing was a hot topic a few years ago, when React&#x27;s concurrent mode was first discussed, this github discussion should help: <a href="https:&#x2F;&#x2F;github.com&#x2F;reactwg&#x2F;react-18&#x2F;discussions&#x2F;69">https:&#x2F;&#x2F;github.com&#x2F;reactwg&#x2F;react-18&#x2F;discussions&#x2F;69</a>.<p>Tanner Linsley had a great post on twitter that suggested that concurrent rendering was fundamentally at odds with fine-grained reactivity, so to better understand what he was talking about I decided to write this demo.