react-native's Avatar

react-native

@react-native.bsky.social

Hello react-native world! Not official

190 Followers  |  14 Following  |  5 Posts  |  Joined: 01.11.2024  |  1.8461

Latest posts by react-native.bsky.social on Bluesky

Preview
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

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...

13.06.2025 13:23 โ€” ๐Ÿ‘ 55    ๐Ÿ” 13    ๐Ÿ’ฌ 9    ๐Ÿ“Œ 4
Preview
useState for one-time initializations Why you shouldn't rely on useMemo for guaranteed referential stability but prefer useState instead

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.

26.04.2025 08:43 โ€” ๐Ÿ‘ 46    ๐Ÿ” 3    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 0
Post image

Fresh React news here:

thisweekinreact.com/newsletter/221

In case you missed it ๐Ÿ˜˜

16.02.2025 15:45 โ€” ๐Ÿ‘ 19    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

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

17.02.2025 15:16 โ€” ๐Ÿ‘ 10    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
How to use over the air updates to share previews with your team | EAS Tutorial
YouTube video by Expo How to use over the air updates to share previews with your team | EAS Tutorial

๐Ÿ’จ 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

29.01.2025 20:46 โ€” ๐Ÿ‘ 12    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Build a DeepSeek Wrapper iOS App in 1 Hour Without ANY Coding!
YouTube video by Riley Brown Build a DeepSeek Wrapper iOS App in 1 Hour Without ANY Coding!

๐Ÿคฏ @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?...

29.01.2025 20:52 โ€” ๐Ÿ‘ 25    ๐Ÿ” 2    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Post image

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

29.01.2025 18:46 โ€” ๐Ÿ‘ 61    ๐Ÿ” 8    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

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

03.01.2025 09:55 โ€” ๐Ÿ‘ 58    ๐Ÿ” 10    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 2
12.12.2024 15:17 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

11.12.2024 18:25 โ€” ๐Ÿ‘ 74    ๐Ÿ” 16    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1

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

07.12.2024 19:06 โ€” ๐Ÿ‘ 34    ๐Ÿ” 1    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
Post image

๐Ÿชฒ 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...

06.12.2024 19:26 โ€” ๐Ÿ‘ 38    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
React v19 โ€“ React The library for web and native user interfaces

React 19
Stable

react.dev/blog/2024/12...

06.12.2024 22:16 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

27.11.2024 18:42 โ€” ๐Ÿ‘ 132    ๐Ÿ” 11    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 1
Preview
Release 0.77.0-rc.0 ยท facebook/react-native Breaking Bridgeless: Make NativeModules.foo load turbomodules (unset turboModuleProxy in bridgeless). (cc5f17d5a2 by @RSNara) dev-middleware: Frameworks should specify serverBaseUrl relative to th...

react native 0.77 RC

Let's go

github.com/facebook/rea...

27.11.2024 00:51 โ€” ๐Ÿ‘ 18    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1
Preview
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.

๐Ÿฅณ 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...

22.11.2024 15:28 โ€” ๐Ÿ‘ 39    ๐Ÿ” 3    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 4
Post image

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

20.11.2024 16:49 โ€” ๐Ÿ‘ 109    ๐Ÿ” 13    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
Post image

X in rn docs

20.11.2024 15:17 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Showcase ยท React Native Thousands of apps are using React Native, check out these apps!

where is #bsky?

reactnative.dev/showcase

19.11.2024 15:18 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@react-native is following 14 prominent accounts