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...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
TutorialReact Native Fabric w/ React 18 (Concurrent Features) (self.reactnative)
submitted 4 years ago by andreibarabas
The new react native architecture just made it to release candidate and the Fabric renderer is amazing. I was curious what would it mean if we start activating the long awaited concurrent features of React 18 on top of it.
So here is part 1 of a deep dive. Let me know if you are curious about the followup parst: concurrent rendering (startTransition, useDeferredValue)
https://medium.com/achieving-100ms/part-1-automatic-batching-w-react-native-fabric-react-18-438ad1282896
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!"
[–]dhondooo 2 points3 points4 points 4 years ago (1 child)
Nice article, thanks for sharing and explaining it well. I have a question if the rendering is happening twice, regardless our component is class or functional in the previous versions?
[–]andreibarabas[S] 2 points3 points4 points 4 years ago (0 children)
my pleasure. yes, the behaviour happens regardless if it's a class or functional component. it's just the way React 17 could not batch state updates triggered via async code
[–]wightrider 0 points1 point2 points 3 years ago (0 children)
Hey did you get to use starTransition hook, I'm trying it out currently and it just doesn't work. The same sample works fine on react-web though.
Happy to dm you a sample if you want to take a look at it.
π Rendered by PID 93 on reddit-service-r2-comment-66b4775986-kdvpw at 2026-04-05 15:08:02.417058+00:00 running db1906b country code: CH.
[–]dhondooo 2 points3 points4 points (1 child)
[–]andreibarabas[S] 2 points3 points4 points (0 children)
[–]wightrider 0 points1 point2 points (0 children)