-
**Description**:
Implement store enhancer(redux binding) to integrate Yorkie into Redux stores.
- liveblocks: https://www.npmjs.com/package/@liveblocks/redux
- yjs: https://discuss.yjs.dev/…
-
Hi there,
I have successfully implemented the package and love it. Great work.
Right now I have stored the client object in the local store as shown in the example but when I try to store the ob…
-
might resolve #72
Convert recoil js to a proper redux
-
It would be pretty sweet
-
^ In this screenshot, my config key is 'tf' because I've been trying to debug this error, lol. But yeah, I only see this error in the redux logs for the persist/REHYDRATE action. It doesn't seem t…
-
-
The application uses contexts (ie, useContext) as a way of managing and updating data in the app. This means that each time the data is updated, all components in the context need to be re-rendered wh…
-
Inspiration:
- https://redux.js.org/api/store
- https://github.com/reduxjs/redux/issues/303#issuecomment-125184409
Out of the box, Mirador does not support an observer pattern to detect changes h…
-
Redux was adopted in Auspice many years ago. Since then, Redux has developed new features to simplify usage (e.g. Redux Toolkit, hooks API).
Steps from the [migration guide](https://redux.js.org/us…
-
Notifications are streamed regardless of type, then stored in the redux store, at which point only the latest 20 are kept if the notification column is scrolled to the top, and then filtered *on displ…