planck-state

reactive state-management for composable state

Usage no npm install needed!

<script type="module">
  import planckState from 'https://cdn.skypack.dev/planck-state';
</script>

README

planck-state

Build Status

What's this?

A state-management system in javascript.

It's main features are:

  • Builds on fundamentals from React and Redux.

  • No lifting state upwards.

  • Separation between view and model.

  • Models and views are pure functions.

  • Less boilerplate.

Installation

npm install planck-state