react-native
react-native.bsky.social
react-native
@react-native.bsky.social
Hello react-native world!
Not official
Reposted by react-native
I've also put up an extensive blog post that goes into more detail on the same topics, including the history and influences of React's development, and discussions of the pain points and concerns I see in the community:

blog.isquaredsoftware.com/2025/06/reac...
The State of React and the Community in 2025
Detailed thoughts on how React has been developed over time, and explanations for common community confusion and concerns
blog.isquaredsoftware.com
June 13, 2025 at 1:23 PM
Reposted by react-native
Today I learned why this:

const value = useRef(null)
if (!value.current) {
value.current = init()
}

_can_ be better than:

const [value] = useState(init)

Hint: StrictMode is involved 😜

Guess it’s time to update my blogpost / write a new one.
useState for one-time initializations
Why you shouldn't rely on useMemo for guaranteed referential stability but prefer useState instead
tkdodo.eu
April 26, 2025 at 8:43 AM
Reposted by react-native
Fresh React news here:

thisweekinreact.com/newsletter/221

In case you missed it 😘
February 16, 2025 at 3:45 PM
Reposted by react-native
Meet Smelter – our new toolkit for programmatic video composition! 🚀

With Smelter you can:
✅combine multimedia from different sources into a single video or live stream
✅enrich your content with text, custom shaders, and embedded websites
✅do it all effortlessly with ready-to-use React components
February 17, 2025 at 3:16 PM
Reposted by react-native
💨 Hey CodePush users!

Take a look at this new tutorial video from @codewithbeto.dev about how to share Previews with your team using EAS Update (our OTA service): youtu.be/vPKh-tNm-yI
How to use over the air updates to share previews with your team | EAS Tutorial
YouTube video by Expo
youtu.be
January 29, 2025 at 8:46 PM
Reposted by react-native
🤯 @deepseeks.bsky.social 🤝 Cursor 🤝 𝝠 Expo 🤝 @clerk.com

This video is remarkable. @rileybrown.bsky.social shows you how to build a mobile app without writing a single line of code.

youtu.be/WsQ_W0VHW2I?...
Build a DeepSeek Wrapper iOS App in 1 Hour Without ANY Coding!
YouTube video by Riley Brown
youtu.be
January 29, 2025 at 8:52 PM
Reposted by react-native
This Week In React 219

⚛️
- CRA deprecated
- Next.js experimental flags
- Remix
- Tremor dashboards
- SaaS Starter
- Local-First
- JSDom
- 2n8
📱
- Windows/MacOS
- Debugging
- Shopify
- Polygen
- Reanimated
- Audio API
- SwiftUI
- BottomTabs

Read online / subscrb:
thisweekinreact.com/newsletter/219
January 29, 2025 at 6:46 PM
Reposted by react-native
This Week In React 215

Read/subscribe online:
thisweekinreact.com/newsletter/215

⚛️
- Dropdown
- i18n
- Next.js
- Remix
- Astro
- shadcn
- StyleX
- Fancy Comps

📱
- Static Hermes
- Expo
- Skia
- ExecuTorch
- Kotlin
January 3, 2025 at 9:55 AM
The State of React Native 2024 is now open! 🚨🚨🚨
➡️ stateofreactnative.com

We've been running this survey for 3 years & it's become an invaluable resource for learning about React Native's best features and biggest pain points.
Share your thoughts and help us shape the whole RN ecosystem!
December 12, 2024 at 3:17 PM
Reposted by react-native
This Week In React 213

Read/subscribe online:
thisweekinreact.com/newsletter/213

⚛️
- React 19
- Next.js
- React Compiler
- React Router
- Restyle
- Lingui
📱
- State of RN
- Uniffi
- Shared Objects
- Fast IO
- Sheet Transitions
- Radon
December 11, 2024 at 6:25 PM
Reposted by react-native
tip for React/RN library authors: if you’re creating a library that messes with refs or native handles, *please*, verify that it’s able to handle conditional rendering and refs changing over time! conditional rendering is a fundamental React feature. i don’t know how this wasn’t caught for years
December 7, 2024 at 7:06 PM
Reposted by react-native
🪲 In the "State of React Native" survey each year "debugging" has been the biggest pain point.

That's why @swmansion.com built Radon.

Set a reminder on youtube for the livestream next Tuesday to watch @kzzzf.bsky.social live demo the power of Radon 1.0: youtube.com/live/UeYmRKW...
December 6, 2024 at 7:26 PM
React v19 – React
The library for web and native user interfaces
react.dev
December 6, 2024 at 10:16 PM
Reposted by react-native
This Week In React 211

Read/sub: thisweekinreact.com/newsletter/211

⚛️
- React Router
- TanStack
- Next.js
- moveBefore
- RSC
- Vite
- cb refs
- React Aria
- Ariakit
- Meteor
- Rslib
📱
- 0.77 RC
- Screens
- Legend List
- Rapier Wasm
- Testing Library
- BottomTabs
- Cali
- Nitro
- Solito
November 27, 2024 at 6:42 PM
Reposted by react-native
🥳 Launch Party day 5: New "secret" sauce - EAS environment variables

Today we are introducing the ability to securely store all environment variables in EAS and keep them in sync between EAS Build, EAS Update, & wherever else you need them.

Read the blog post for details: expo.dev/blog/environ...
Environment variables in EAS: new changes to simplify setup
Today we are introducing the ability to securely store all environment variables in EAS and keep them in sync between Build, Update, and everywhere else.
expo.dev
November 22, 2024 at 3:28 PM
Reposted by react-native
This Week In React 210

Read online & subscribe:
thisweekinreact.com/newsletter/210

⚛️
- React 19 RC1
- Next.js
- TanStack
- React IDE?
- MistCSS
- React Scan
- PayloadCMS
- React + TS

📱
- Expo Workflows
- Universal RSC
- use dom
- Yoga JSI
- Skia
- Turbo Haptics
- TV cookbook
- FastIO
November 20, 2024 at 4:49 PM
X in rn docs
November 20, 2024 at 3:17 PM