Prisma founder: “I'm starting to give up on React Strict Mode”twitter.com 3 pointssicromoft4 years ago1 commentSaveHideCopy link On HNComments−armchairhacker4yuseEffect 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.I’m honesty surprised that is still an issue.
Comments
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.
I’m honesty surprised that is still an issue.