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.

Prisma founder: “I'm starting to give up on React Strict Mode”

3 pointsby sicromoftabout 3 years ago

1 comment

armchairhackerabout 3 years ago
useEffect stale closures and weird behavior is a serious design flaw. It’s kind of like implicit null (the “billion dollar problem”) except instead of getting a clearly-marked null value you get an old value which just causes so much issues.<p>I’m honesty surprised that is still an issue.