Skip to main content

#react

1 article · 2 flow notes

Articles1

Engineering·2025-12-28

Understanding React Hooks

A deep dive into useState and useEffect with visual diagrams.

Flow Notes2

Spent the afternoon profiling a React app with too many unnecessary re-renders. The culprit was a context provider wrapping the entire tree that updated on ever...

Spent some time digging into React Server Components today. The mental model shift is significant — components that never ship JavaScript to the client, yet can...