@bearbytes/zeno-persist

Persist and restore versioned JSON state objects.

Usage no npm install needed!

<script type="module">
  import bearbytesZenoPersist from 'https://cdn.skypack.dev/@bearbytes/zeno-persist';
</script>

README

NPM Version Actions Status

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.