Browsing Tag
state
2 posts
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…