Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabla-studio/valtio-persister
https://github.com/nabla-studio/valtio-persister
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabla-studio/valtio-persister
- Owner: nabla-studio
- License: apache-2.0
- Created: 2024-04-22T13:48:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T17:43:23.000Z (8 months ago)
- Last Synced: 2024-11-07T00:45:16.487Z (about 2 months ago)
- Language: TypeScript
- Size: 778 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Valtio persister
This library is totally inspired by [Zustand persist middleware](https://github.com/pmndrs/zustand/blob/main/src/middleware/persist.ts), but implemented for valtio.
## 🔧 Installation
Node.js is required to run the project.
1. Clone the repository to your local machine:
```bash
git clone https://github.com/nabla-studio/valtio-persister.git
```2. Install the dependencies:
```bash
cd valtio-persister
pnpm i
```3. Build the packages:
```bash
pnpm build
```### Understand this workspace
Run `nx graph` to see a diagram of the dependencies of the projects.
## 👥 Authors
👤 **Davide Segullo** (Code)
- Github: [@DavideSegullo](https://github.com/DavideSegullo)
- Twitter: [@davide_segullo](https://twitter.com/davide_segullo)## 🎉 Contributing
We ❤️ contributions! If you'd like to contribute, please read our contributing
guidelines.## 📜 License
This project is licensed under the [Apache-2.0 License](./LICENSE) and [MIT License from Zustand](./LICENSE-ZUSTAND).
## 🙋 Support
If you have any questions or comments about this project, please feel free to
contact us on discord.Copyright © 2024 [nabla](https://github.com/nabla-studio).