Hacker News new | ask | show | jobs
Introducing useSyncedState() - Firebase for React (rwsdk.com)
7 points by pistoriusp 82 days ago
1 comments

This looks clean.

Real-time sync is usually where things get messy, especially with concurrent writes.

Does the server resolve conflicts, or is it last-write-wins?