@liveblocks/react 1.2.3 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/dist/index.d.mts +1018 -401
- package/dist/index.d.ts +1018 -401
- package/dist/index.js +717 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +719 -32
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -7
package/README.md
CHANGED
|
@@ -21,8 +21,9 @@
|
|
|
21
21
|
</a>
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
`@liveblocks/react` provides [React](https://reactjs.org/) hooks and providers
|
|
25
|
+
to integrate with Liveblocks—a platform to build, host, and scale collaborative
|
|
26
|
+
applications with zero configuration, no maintenance required.
|
|
26
27
|
|
|
27
28
|
## Installation
|
|
28
29
|
|
|
@@ -54,8 +55,8 @@ learn more about
|
|
|
54
55
|
|
|
55
56
|
- [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
|
|
56
57
|
community, ask questions and share tips.
|
|
57
|
-
- [
|
|
58
|
-
|
|
58
|
+
- [X](https://x.com/liveblocks) - To receive updates, announcements, blog posts,
|
|
59
|
+
and general Liveblocks tips.
|
|
59
60
|
|
|
60
61
|
## License
|
|
61
62
|
|