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.
- Host: GitHub
- URL: https://github.com/pothos-dev/zeno-persist
- Owner: pothos-dev
- Created: 2020-05-21T16:40:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:35:58.000Z (over 3 years ago)
- Last Synced: 2025-02-19T22:49:23.323Z (over 1 year ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/@bearbytes/zeno-persist)
[](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.