React

/react247

Everything about React and React Native

The resemblance is uncanny
- try to shutdown mac
- nothing happens
- open Raycast, Kill Process extension
- kill flipper-runtime

everyday 💀
ICYMI, the full talk of "React for Two Computers" by Dan Abramov dropped recently

https://www.youtube.com/watch?v=ozI4V_29fj4
https://warpcast.com/dylsteck.eth/0x5e85b805
$DEGEN allowance is claimable now.

Check your $DEGEN points and claim tokens:

degenclaim.com
What is the opinion of Draftbit here?
Should I build my web app on Plasmic, or just learn React?

And has anyone built wallet authentication on Plasmic? They have a weird thing about syncing components and dataProviders.
how non-trivial is it to upgrade react? 🤔
Decided to get myself a WHOOP for prime day, obviously I had to try out the AI coach feature. Happy to say it’s great at sleep tracking and basic react native tasks.
/React
Clip from my interview with @nickcherry
where we talk about React Native performance lessons he learned from building the Coinbase Mobile App. Also, if you want to chat with me about React Native, I'll be at ChainReactConf this week in PDX.

https://youtu.be/dAliQd1FaNs?si=fYUqdTRjSIBquitL
Looks like React Router v7 is close 👀

PR freshly merged
so much valuable stuff in here if you're a react native dev
React + TypeScript tip 💡

No need to import DOM event handler types

This always works and is easy to remember
Sign-In with Ethereum (SIWE) example in React Native

(I wish I could share videos here 😭)

https://x.com/thiagobrez/status/1805964424974324170
📦 React Router v6.24

Comes with Lazy Route Discovery

New "unstable_patchRoutesOnMiss()" API

Enables you to load routing subtrees lazily on route miss

It makes it easier to code-split a large routing tree
Just arrived to Amsterdam for the #ReactSummit! Hit me up if you're around 👋
helpful visualization of the key concept behind Dan Abramov’s recent talk “React for Two Computers” & the shift to server-driven UI in React (something I’m still working on adopting in my own codebases)

https://x.com/alfonsusac/status/1798960099932958869?s=46&t=8l54n7dYtHePgMrhGh-cUw
React Native Reanimated 3.12.0! 🔥

- Merge multiple event handlers with 𝚞𝚜𝚎𝙲𝚘𝚖𝚙𝚘𝚜𝚎𝚍𝙴𝚟𝚎𝚗𝚝𝙷𝚊𝚗𝚍𝚕𝚎𝚛 🆕
- Attach one event handler to multiple Animated components ♻️
- Developer experience improvements ✨

Release notes 👇
Happy birthday /react 🥳

Announced 11 years ago at JS Conf - May 29 2013

(yes I have React anniversary on my calendar 😄)
React 19 will require strict "version alignment"

❌ React 19.0.0 + React-DOM 19.0.1

✅ React 19.0.1 + React-DOM 19.0.1
📦 SwiftUI React Native - made by hugemathguy

I can't get used to it, this still blows my mind that we can just use Swift UI from React-Native like that 😄
💡 How do you name your React components?

PrimaryButton 🆚 ButtonPrimary

I also prefer the later

Using a common prefix for related components is great 👌

- They remain grouped when sorted alphabetically
- Also, easier to find the button variant you need with IDE lookup