/u_store

A simple javascript library for flattening and managing immutable state

Primary LanguageJavaScriptMIT LicenseMIT

u_store - flattened immutable state

Counter and Todo Demo

This library flattens JSON to make it easier and safer to work with immutable state. This is a very simple (less than 1kb gzipped) library for flattening and then managing that flattened stated. The only part of the JSON object that isn't flat are arrays that have the keys to the former array values.

To look at the code

src/scripts/state/u_store.js

To Run

npm install npm run dev