Maskbook icon indicating copy to clipboard operation
Maskbook copied to clipboard

[Task] Replacement of ValueRef

Open Jack-Works opened this issue 4 years ago • 1 comments

Need to find a replacement of ValueRef. It should satisfy the following requirements:

  1. Have the concept of computed state.
  2. Must have versioning and snapshot (to be used safely with useMutableSource).
  3. Be able to subscribe to changes inside/outside of React.
  4. Be able to write new values inside/outside of React.
  5. Be able to handle nested data structure.

Possible libs:

  • https://github.com/pmndrs/zustand
  • ......

Jack-Works avatar Apr 26 '21 07:04 Jack-Works

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.

stale[bot] avatar Jun 28 '21 09:06 stale[bot]