stata

v0.11.0
Super-simple state management

Stata Travis npm bundle size (minified + gzip)

Super simple state management

https://www.npmjs.com/package/stata

What this does

  • Creates a store of state based on an initial state
  • Automatically binds action creators into action methods, which are returned as an object
  • Automatically dispatches and calls render function (with current state and actions) when action methods are called

What this doesn't do

Strong emphasis on YAGNI

  • Allow multiple subscribers
  • Allow unsubscribe
  • Dynamically add actions
  • Expose dispatch
  • Serializable actions or action history

How to use

Check out this codepen that uses preact as the rendering engine.

npm i stata

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 4/20/2018

Downloads

Maintainers