Skip to main content

GlobX

A developer friendly state management for busy people. 90% less code to write in compare to Redux. 100% automatically auto-complete for your state.

Good for Agile development

Good for Agile development

No boilerplate code. Just call the function newStore with you initial state. No selectors, no action builders, no providers or other moving parts - It make it easy to refactor.

Fully support by IDEs

Fully support by IDEs

You get auto-complete out of the box to all your store keys and values. No need to create definition files, it automatically calculated from your initial store. All smart language features like "Find all references", and "Rename Symbol" are working, so it's make life easier when developing and debugging.

Async/Await and promises

Async/Await and promises

You gonna love it. You can update the state wherever you want. It's working inside promises and intervals. No need to extensions or addons.