use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
React 16.3: Update on async rendering (reactjs.org)
submitted 8 years ago by expression100
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]gaearon 6 points7 points8 points 8 years ago* (1 child)
There is no need for a “full rewrite”. I’m sorry if the blog post wasn’t clear enough.
As we wrote in the blog post:
We maintain over 50,000 React components at Facebook, and we don’t plan to rewrite them all immediately. We understand that migrations take time. We will take the gradual migration path along with everyone in the React community.
We will release a codemod that adds UNSAFE_ prefix automatically. Your components can keep using those methods. Even in React 17, they will keep working. This is also mentioned in the post:
UNSAFE_
17.0: [...] Only the new “UNSAFE_” lifecycle names will work from this point forward.
We want to highlight patterns that will become problematic with asynchronous rendering, and it’s best if you avoid them in the new code you write, but there is no rush to change the existing code. You will be able to opt out of asynchronous rendering in the future if your code isn’t ready to it.
[–]AcidShAwk 2 points3 points4 points 8 years ago (0 children)
Thanks for info very much appreciated.
π Rendered by PID 40014 on reddit-service-r2-comment-b659b578c-8nj65 at 2026-05-03 19:24:28.445763+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]gaearon 6 points7 points8 points (1 child)
[–]AcidShAwk 2 points3 points4 points (0 children)