Skip to content

Simple and concise state management library for Node.js and browser

License

Notifications You must be signed in to change notification settings

trautonen/statex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateX

Simple and concise state management library for Node.js and browsers. Heavily inspired by VueX.

Development

StateX uses micromodule architecture where different logical parts of the library are provided as scoped modules. This makes development experience a bit bad. NPM links help with this and the root project provides an initialization script to set up everything for development.

Just run npm run init in this root directory. The initialization script changes global node modules directory to local .npm-packages and creates links for all submodules. The script also runs install for all submodules so everything is ready after this.

Todo

  • proper build with ci
  • ES6 codebase with packaging to ES6/ES5
  • some tests
  • code cleanup

License

MIT

About

Simple and concise state management library for Node.js and browser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published