README
zeno-persist
Introduction
This is a companion library to Zeno, a Redux-like state management library for TypeScript.
It is used to keep the Store state synchronized with some persistent storage engine, like a file, AsyncStorage or similar.
Persist and restore versioned JSON state objects.
<script type="module">
import bearbytesZenoPersist from 'https://cdn.skypack.dev/@bearbytes/zeno-persist';
</script>
This is a companion library to Zeno, a Redux-like state management library for TypeScript.
It is used to keep the Store state synchronized with some persistent storage engine, like a file, AsyncStorage or similar.