Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nabla-studio/valtio-persister


https://github.com/nabla-studio/valtio-persister

Last synced: 8 days ago
JSON representation

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).