React Native's Components and APIs for React DOM. Used in production web apps by Facebook, Twitter, and others.

Joined July 2021
6 Photos and videos
Expensify's @AndrewGable on cross-platform product development: "We're able to reuse 100% of our code...we make sure that [every] feature is going to work on web, mobile, and desktop...way more time shipping to our users" youtu.be/SYWIk9jFSp4?t=625
10
2,310
React Native for Web retweeted
23 Apr 2023
Tip: Chrome DevTools > Lighthouse visualizes what's in the JavaScript you ship with a Treemap 🔥 e.g. Bluesky uses React Native Web, MobX & Lodash. This tooling helps you understand what's unused, module sizes and if you have duplicate dependencies.
14
137
779
178,821
React Native for Web retweeted
Amazing to see how fast BlueSky was able to get a v1 website and app built by a small team using Expo and React and RN. Makes such a difference when you can write once and put most of your energy into product instead of platforms.
5
24
274
33,939
2. Designing proprietary cross-platform APIs is very long and difficult work. Implementing an existing cross-platform API should be faster to accomplish and easier for stakeholders to collaborate.
1
16
3,225
3. Most developers are using React to target the web. Being able to run that code on native with only minor modifications is a huge upsell for React DOM and React Native. No rewrites or re-education needed. But no loss of flexibility for custom RN components either.
1
27
3,130
Gabriel contributed many of the PRs responsible for bringing React DOM props and styles to React Native 0.71. Thanks for all the quality work!
Just found out I was the #9 top contributor on the @reactnative core repo last year according to GitHub Insights. Even more exciting, if you exclude Meta employees, I'm #1!🎉 Super thankful for the amazing support from the React Native community.
2
40
5,303
React Native now supports more of the props, styles, and events found in React DOM. This is another step forward in making it easier to share code been native and web apps
React Native 0.71 is now available! This is a feature packed release 👇 reactnative.dev/blog/2023/01…
2
21
147
21,795
React Native for Web retweeted
Our team has been working on an experimental cross-platform pointer API for React Native this past year and we're excited to share our progress! Check out our post on motivations, benefits, and how to try it out. reactnative.dev/blog/2022/12…
5
50
300
React Native is on track to add support for 29 W3C props, including several aria-* props, thanks to contributions from the OSS community. Thanks to everyone who wrote patches to make this happen! github.com/facebook/react-na…

2
39
React Native for Web retweeted
We're looking for the community to help us improve interop between React Native and React DOM component props and styles. Take a look at these issues for opportunities to contribute to this effort! github.com/facebook/react-na… github.com/facebook/react-na…

3
26
128
We're looking for the React community to help us improve interop between @reactnative and @reactjs component props and styles. Take a look at these issues for opportunities to contribute to this effort! github.com/facebook/react-na… github.com/facebook/react-na…

2
17
87
Please leave feedback on GitHub (not Twitter) for this RFC by the end of the week
React Native RFC: Reduce API fragmentation across platforms github.com/react-native-comm…
2
17
If you had to design cross-platform React components & APIs from scratch, what would your design principles be and what would the user-facing API look like?
6
6
52
Explain to me why React Native and related projects are STILL publishing non-standard JS, containing parser-crashing Flow types, directly to npm?
3
3
70
It took 5 minutes to configure jest to run unit tests for React DOM. But 2 hours later still can't get unit tests for React Native running.
10