#react
1 article · 2 flow notes
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...