react

jackson db67f6524d 文案修改 11 ヶ月 前
.changeset 36982be997 消息发送功能 11 ヶ月 前
.github 36982be997 消息发送功能 11 ヶ月 前
example db67f6524d 文案修改 11 ヶ月 前
packages 38258f5e2b 文案修改 11 ヶ月 前
.editorconfig 36982be997 消息发送功能 11 ヶ月 前
.eslintignore 36982be997 消息发送功能 11 ヶ月 前
.eslintrc 36982be997 消息发送功能 11 ヶ月 前
.gitignore 36982be997 消息发送功能 11 ヶ月 前
.prettierignore 36982be997 消息发送功能 11 ヶ月 前
.prettierrc 36982be997 消息发送功能 11 ヶ月 前
.travis.yml 36982be997 消息发送功能 11 ヶ月 前
LICENSE 36982be997 消息发送功能 11 ヶ月 前
README.md 36982be997 消息发送功能 11 ヶ月 前
package.json 36982be997 消息发送功能 11 ヶ月 前
tsconfig.json 36982be997 消息发送功能 11 ヶ月 前
tsconfig.test.json 36982be997 消息发送功能 11 ヶ月 前
turbo.json 36982be997 消息发送功能 11 ヶ月 前
yarn.lock 36982be997 消息发送功能 11 ヶ月 前

README.md

livekit-react packages

Warning The packages in this repo have been deprecated in favor of livekit/components-js > @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

Example apps

Development Setup

This repo uses changesets for managing and publishing packages and turborepo as a taskrunner. To get started run

yarn install

To start a dev server that watches all packages and opens the example app run

yarn start