Browsing Tag
state
3 posts
Mastering useState in React
Introduction to useState Hook in React The useState hook is a fundamental feature in React that enables you…
Easy Context in React Server Components (RSC)
Continuing the need to have easy context from my other posts, I wanted to find a way to…
Easy Shared Reactive State in React without External Libraries
Right now using useState with useContext requires a LOT of boilerplate. For every context you have to custom…