@liveblocks/react 0.13.0-beta.1 → 0.13.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 +8 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
|
|
9
9
|
**At [Liveblocks](https://liveblocks.io), we’re building tools to help companies create world-class collaborative products that attract, engage and retain users.** This repository is a set of open-source packages for building performant and reliable multiplayer experiences.
|
|
10
10
|
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
npm install @liveblocks/react
|
|
15
|
+
```
|
|
16
|
+
|
|
11
17
|
## Examples
|
|
12
18
|
|
|
13
19
|
- Browse our gallery of collaborative UI patterns. [View examples gallery](https://liveblocks.io/examples)
|
|
14
20
|
- Explore and clone any of our open-source examples. [View code examples](https://github.com/liveblocks/liveblocks/tree/main/examples)
|
|
15
21
|
|
|
16
|
-
## Packages
|
|
17
|
-
|
|
18
|
-
- [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks)
|
|
19
|
-
- [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-react)
|
|
20
|
-
- [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-node)
|
|
21
|
-
|
|
22
22
|
## Documentation
|
|
23
23
|
|
|
24
24
|
[Read the documentation](https://liveblocks.io/docs) to start using Liveblocks.
|
|
@@ -35,11 +35,11 @@ For changelog, visit [https://github.com/liveblocks/liveblocks/releases](https:/
|
|
|
35
35
|
|
|
36
36
|
## Community
|
|
37
37
|
|
|
38
|
-
- [
|
|
38
|
+
- [Discord](https://discord.gg/X4YWJuH9VY) - To get involved with the Liveblocks community, ask questions and share tips.
|
|
39
39
|
- [Twitter](https://twitter.com/liveblocks) - To receive updates, announcements, blog posts, and general Liveblocks tips.
|
|
40
40
|
|
|
41
41
|
## License
|
|
42
42
|
|
|
43
43
|
Licensed under the Apache License 2.0, Copyright © 2021-present [Liveblocks](https://liveblocks.io).
|
|
44
44
|
|
|
45
|
-
See [LICENSE](
|
|
45
|
+
See [LICENSE](../../LICENSE) for more information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/react",
|
|
3
|
-
"version": "0.13.0
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@liveblocks/client": "0.13.0
|
|
26
|
+
"@liveblocks/client": "0.13.0",
|
|
27
27
|
"react": "^16.14.0 || ^17"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|