#react
1 article · 2 flow notes · 1 note
Articles1
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...
Notes1
React Server Components
React Server Components (RSC) represent the most significant architectural shift in React since hooks. The mental model: components that run only on the server,...