“The first step on the road to architectural integrity can be to identify the disordered parts of the system, and isolate them from the rest of it.”
“The first step on the road to architectural integrity can be to identify the disordered parts of the system, and isolate them from the rest of it.”
With useActionState, you can streamline complex form logic into a single hook—no more scattered state updates. It can handle actions on the client OR server 🧑🍳💋
Have you tried useActionState? What do you think?
With useActionState, you can streamline complex form logic into a single hook—no more scattered state updates. It can handle actions on the client OR server 🧑🍳💋
Have you tried useActionState? What do you think?
In React 19, the ref callback cleanup lets you handle DOM side effects directly.
But don’t take it from me… @tkdodo.eu wrote a great post about it: tkdodo.eu/blog/ref-cal...
In React 19, the ref callback cleanup lets you handle DOM side effects directly.
But don’t take it from me… @tkdodo.eu wrote a great post about it: tkdodo.eu/blog/ref-cal...
state changes→
render→
useEffect→
setState→
more renders.
Instead, compute derived state directly—no loops, just clean, efficient code!
#react
state changes→
render→
useEffect→
setState→
more renders.
Instead, compute derived state directly—no loops, just clean, efficient code!
#react
Alex Russell argues React’s abstractions, performance, and ecosystem are at odds with high-performing web experiences. He challenges engineers to ground technology choices in real user metrics rather than following trends
Alex Russell argues React’s abstractions, performance, and ecosystem are at odds with high-performing web experiences. He challenges engineers to ground technology choices in real user metrics rather than following trends