Maskbook
Maskbook copied to clipboard
[Task] Replacement of ValueRef
Need to find a replacement of ValueRef. It should satisfy the following requirements:
- Have the concept of computed state.
- Must have versioning and snapshot (to be used safely with
useMutableSource). - Be able to subscribe to changes inside/outside of React.
- Be able to write new values inside/outside of React.
- Be able to handle nested data structure.
Possible libs:
- https://github.com/pmndrs/zustand
- ......
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.