-
I am encountering issues with managing historical states. I want to merge several modifications into a single operation history. My solution is to support batchStart and batchEnd methods to save multi…
-
- [x] Project Setup
- [ ] Intro to CoValues
- [x] Declaration
- [x] Reading
- [x] Creation
- [x] Editing & Subscription
- [x] Persistence
- [x] Remote Sync
- [x] Public Sharing
…
-
I want to update a part of global state in a child component.
Then, eslint-plugin-valtio warn based on valtio/state-snapshot-rule.
How to implement in correct way?
sample:
```tsx
import { Fun…
-
Hey, there should be a dedicated place to give kudos! Thank you for making Valtio, this is one of the libraries I'm enjoying working with the most. Keep up the amazing work! 🙏
-
Hey, we are moving a big codebase to overmind and I'm loving it
-
valtio-persist is not persisting "whitelisted" properties specified with `persistStrategies` as documented. When the `persistStrategies` is set holistically to either `PersistStrategy.SingleFile` or `…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
I am interested in exploring the use valtio in react-native and expo, using [valitio-yjs](https://github.com/dai-shi/valtio-yjs) and [y-websocket](https://github.com/yjs/y-websocket). I've started by…
-
Hello :)
Thanks for making your experiment open-source. I know there are tons of (too many?) state containers out there, but I like to see a fresh take on an old problem ;)
I am sure you are alr…
-
Thanks for the awesome library,
I'm trying to make the undo / redo from valtio's `proxyWithHistory` work but it seems that it is not triggering yjs to update on undo / redo.
Code sandbox example…