You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synchronises resources between server and client whenever they change.
6
-
7
-
The server can specify transformation functions to define the flow of data between server-client. See the [Primer](https://github.com/rijs/docs/blob/master/primer.md#5-sync) for more info.
5
+
Synchronises resources between server and client whenever they change. When a resource changes, the update is streamed to the server or other connected clients. You can specify transformation functions on incoming and outgoing updates to control the flow of data on a per resource, per resource type, or global level. See the [Primer#Sync](https://github.com/rijs/docs/blob/master/primer.md#5-sync) for more info.
0 commit comments