Tag: context
All the articles with the tag "context".
Tech Watch Posts
Reactivity is easy
Published: at 01:46 PMReactivity in React doesn’t have to be complicated. Learn how fine-grained, selector-based reactivity works with a 35-line solution—no magic, just clean code.
Was React Context a mistake?
Published: at 02:00 PMExplore whether React Context was a design mistake, understand its performance implications with re-renders, and learn practical solutions including smaller contexts and alternative state management approaches.