react-native's Avatar

react-native

@react-native

Hello react-native world! Not official

203
Followers
18
Following
5
Posts
01.11.2024
Joined
Posts Following

Latest posts by react-native @react-native

Preview
GitHub - ecrindigital/facetpack: ⚡ 36x faster Metro transforms for React Native. Rust-powered (OXC). Drop-in Babel replacement. ⚡ 36x faster Metro transforms for React Native. Rust-powered (OXC). Drop-in Babel replacement. - ecrindigital/facetpack

36x faster Metro transforms for React Native, powered by Oxc 👀
github.com/ecrindigital...

26.12.2025 08:56 👍 41 🔁 1 💬 1 📌 0
Post image

This Week In React 263 🤝 @filipkaminski.com @piaskowyk.bsky.social

⚛️
- React vulnerabilities
- RSC Explorer
- Base UI
- shadcn
- Blender renderer
- TanStack
- Formatjs
📱
- Hermes
- Screens
- Navigation
- State of RN
- ZoomGrid
- Radon
- Nitro

🍿 Read/subscribe: thisweekinreact.com/newsletter/263

18.12.2025 16:12 👍 12 🔁 3 💬 2 📌 0
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 💬 8 📌 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 👍 11 🔁 2 💬 0 📌 0
How to use over the air updates to share previews with your team | EAS Tutorial
How to use over the air updates to share previews with your team | EAS Tutorial YouTube video by Expo

💨 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!
Build a DeepSeek Wrapper iOS App in 1 Hour Without ANY Coding! YouTube video by Riley Brown

🤯 @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 👍 73 🔁 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 👍 131 🔁 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 👍 108 🔁 12 💬 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