create-context-helper
Create react context helper without painless
Create react context helper without painless
Create React App custom template
Like unstated-next, but Pro
Utilities for building applications with the BLoC pattern
Behavior Graph lets you build your programs out of small, easily understood pieces in a way that lets the computer do more of the work for you.
An elegant React state management library
Very easy and elegant state management library.
An intuitive and lightweight state management library for your Javascript applications.
Reimplementation of github.com/facebook/flux in TypeScript with no dependency on react
Develop declarative UI with (opt-in) automatic dependency tracking without boilerplate code, VDOM, nor compiler.
dipole - tiny reactive state management that just works
fre bindings for dipole reactive state management library
React bindings for Dipole observable state management library
NPM package to be used in conjunction with deValtio Chrome extension
JSX component library for applications whose state lives in the DOM
Reactive and intuitive state management
DriftRx is a lightweight library for managing and observing streams of data in JavaScript and TypeScript applications. It provides a simple and intuitive API for creating and dispatching actions, registering side effects, and observing changes to data str
With the context api some familiar patterns began popping up. Create a Context, Provider, a reducer and state objects. This is fine, but say you have multiple pages and want each to have their own context, you can easily find yourself in boilerplate