We're looking for people to use the native previews of 7.0 for feedback ASAP though. We feel the language service is pretty solid these days!
We're looking for people to use the native previews of 7.0 for feedback ASAP though. We feel the language service is pretty solid these days!
I then whipped up a prototype branch that reworks `useSelector` to use the prototype, and _most_ tests pass!
github.com/reduxjs/reac...
I then whipped up a prototype branch that reworks `useSelector` to use the prototype, and _most_ tests pass!
github.com/reduxjs/reac...
Go watch it, it contains two gems:
- The dangers and limits of URL state (to make you a better engineer)
- A live demo of how @nuqs.dev uses a declarative approach to type-safe and time-safe behaviours, in a composable way.
Go watch it, it contains two gems:
- The dangers and limits of URL state (to make you a better engineer)
- A live demo of how @nuqs.dev uses a declarative approach to type-safe and time-safe behaviours, in a composable way.
(Going to update the version mentions in a WIP guide on using Node.js in enterprise network environments)
(Going to update the version mentions in a WIP guide on using Node.js in enterprise network environments)
Useful for semantic and accessibility
Here, the example is a simple addition
But it's also useful for async dynamic results computed on the server using modern frontend frameworks like React
Useful for semantic and accessibility
Here, the example is a simple addition
But it's also useful for async dynamic results computed on the server using modern frontend frameworks like React
The first Async WG thread already has a ton of excellent content ideas - come help out!
github.com/reactwg/asyn...
The first Async WG thread already has a ton of excellent content ideas - come help out!
github.com/reactwg/asyn...
www.youtube.com/watch?v=bPjs...
www.youtube.com/watch?v=bPjs...
To celebrate, here is a short video freshly captured in Firefox 144.
Announced at React Conf 2025 by @ricky.fm, we have a new working group to discuss async features in React
I've just opened our first discussion on improved "Learn" docs, check it out:
github.com/reactwg/asyn...
Announced at React Conf 2025 by @ricky.fm, we have a new working group to discuss async features in React
I've just opened our first discussion on improved "Learn" docs, check it out:
github.com/reactwg/asyn...
React doesn’t live in isolation - It works alongside Node.js, Electron, webpack, and more. A dedicated foundation under the Linux Foundation means more collaboration, security, and sustainability across the ecosystem.
hubs.la/Q03MylxX0
React doesn’t live in isolation - It works alongside Node.js, Electron, webpack, and more. A dedicated foundation under the Linux Foundation means more collaboration, security, and sustainability across the ecosystem.
hubs.la/Q03MylxX0
So, here's a web app where you can rank the proposals you care about, giving us data we can use when reviewing which ones to champion.
interop-rank.jakearchibald.com
So, here's a web app where you can rank the proposals you care about, giving us data we can use when reviewing which ones to champion.
interop-rank.jakearchibald.com
useEffect(() => {
const abortController = new AbortController();
websocket.addEventListener("message", (event) => {
// Do Stuff
}, {signal:abortController.signal})
return () => abortController.abort()
}, [websocket])
useEffect(() => {
const abortController = new AbortController();
websocket.addEventListener("message", (event) => {
// Do Stuff
}, {signal:abortController.signal})
return () => abortController.abort()
}, [websocket])
Absolutely _not_ the case! @tkdodo.eu and @tannerlinsley.com are friends! They're awesome, and we routinely chat and share advice.
Absolutely _not_ the case! @tkdodo.eu and @tannerlinsley.com are friends! They're awesome, and we routinely chat and share advice.
⬇️ Here's why, and how to avoid the gotchas ⬇️
jakearchibald.com/2025/fetch-s...
⬇️ Here's why, and how to avoid the gotchas ⬇️
jakearchibald.com/2025/fetch-s...