Replies: 1 comment 1 reply
-
Yep, this shouldn't be easy to get wrong! Let me look at your code to check. BTW I don't seem to get notifications for 'discussions' vs 'issues' which it why I missed this at first, sorry! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an app that should;
But depending on the order I do these things I get all kinds of issues.
If I start persisting changes before loading the last saved state the whole store is overwritten. If I load first the participation is erased. All the permutations I tried I had issues. Which makes sense if I think about these problems, but shouldn't the CRDT nature of the store handle it?
I know these are hard problems but I thought the library would abstract it for me and let me deal just with my application. Am I doing something wrong?
Code: https://github.com/haggen/hindsight/blob/wip/src/components/Provider/index.tsx
Beta Was this translation helpful? Give feedback.
All reactions