https://github.com/livekit/livekit-react
React component and library for LiveKit
https://github.com/livekit/livekit-react
Last synced: over 1 year ago
JSON representation
React component and library for LiveKit
- Host: GitHub
- URL: https://github.com/livekit/livekit-react
- Owner: livekit
- License: apache-2.0
- Archived: true
- Created: 2021-06-05T01:14:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T16:06:17.000Z (about 3 years ago)
- Last Synced: 2024-09-30T23:09:57.191Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://docs.livekit.io
- Size: 2.57 MB
- Stars: 170
- Watchers: 19
- Forks: 63
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# livekit-react packages
> **Warning**
> The packages in this repo have been deprecated in favor of [livekit/components-js](https://github.com/livekit/components-js) > [@livekit/components-react](https://www.npmjs.com/package/@livekit/components-react) are completely redesigned both visually and conceptually.
> More components, more hooks, tree-shakable, easier to handle!
Checkout the docs under https://docs.livekit.io.
## Packages
- [@livekit/react-core](./packages/core/) provides a minimal set of helpers sans any additional dependencies
- [@livekit/react-components](./packages/components/) includes everything from react-core plus pre-built and styled components.
## Example apps
- [livekit-react-example](./example/)
## Development Setup
This repo uses changesets for managing and publishing packages and turborepo as a taskrunner.
To get started run
```sh
yarn install
```
To start a dev server that watches all packages and opens the example app run
```sh
yarn start
```