An open API service indexing awesome lists of open source software.

https://github.com/pothos-dev/zeno-persist

Persist and restore versioned JSON state objects.
https://github.com/pothos-dev/zeno-persist

Last synced: over 1 year ago
JSON representation

Persist and restore versioned JSON state objects.

Awesome Lists containing this project

README

          

[![NPM Version](https://img.shields.io/npm/v/@bearbytes/zeno-persist.svg?style=flat)](https://www.npmjs.com/package/@bearbytes/zeno-persist)
[![Actions Status](https://github.com/bearbytes/zeno-persist/workflows/CI/badge.svg)](https://github.com/bearbytes/zeno-persist/actions)

# zeno-persist

- [Introduction](#introduction)

## Introduction

This is a companion library to [Zeno](https://github.com/bearbytes/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.