2.0.8 • Published 5 years ago

skeletos v2.0.8

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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