github liveblocks/liveblocks v0.12.1
0.12.1

latest releases: v2.12.1-emails1, v2.12.1-test1, v2.12.0...
3 years ago

@liveblocks/react

useObject, useList and useMap are now accepting an additional argument to initialize the underlying data structure directly from the hook.

Example

useObject("key", { firstName: "Ada", lastName: "Lovelace" });

Don't miss a new liveblocks release

NewReleases is sending notifications on new releases.