Skip to main content

GlassX

React state management for humans

No boilerplate ☃️

Right after installation, you can call `GlassX.set` to add items to your global state or use the `useStore` hook. No setup, no initializations.

Based on react context ⚛️

GlassX is based on context which makes it super fast and allows it to sit right in your app like a part of the react code itself.

Supports advanced features 🚀

Unlike many other state management libraries out there, GlassX supports features like async reducers, hooks, plugins and modules which allow you to scope your state and reducers to particular portions of your app.