YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.73k stars 52 forks source link

Feature Request: Immer #102

Closed TheUltDev closed 1 year ago

TheUltDev commented 1 year ago

It would be useful to use ImmerJS similar to how Redux Toolkit includes it. I think most people used to Redux have grown accustomed to writing immutable code using a mutable api, it's much easier.

Reference: https://github.com/sep2/immer-yjs

YousefED commented 1 year ago

Hi @TheUltDev. Interesting suggestion! For now, I won't be able to actively work on this, but I would be open to any PRs. Also, if more requests come up for this I can reprioritize