README
Skeletos
Skeletos is an in-memory state management framework for building large scale client and server applications. It works across browsers/node/react-native and pretty much anything that can run javascript.
Skeletos is used mostly for managing state and data lifecycle in React applications. It is meant to be used instead of frameworks like Redux and Flux. Skeletos adopts the best design patterns that scale, while allowing you to focus on business logic.
Installation
npm install skeletos --save
or
yarn add skeletos
If you are starting a web project, you may also want to add the skeletos-web package:
npm install skeletos-web
or
yarn add skeletos-web
Getting Started
Coming soon!
Documentation
Coming soon!
License
MIT