react

jackson 7a617df934 录屏下载 10 luni în urmă
.changeset 36982be997 消息发送功能 11 luni în urmă
.github 36982be997 消息发送功能 11 luni în urmă
example 7a617df934 录屏下载 10 luni în urmă
packages 7a617df934 录屏下载 10 luni în urmă
.editorconfig 36982be997 消息发送功能 11 luni în urmă
.eslintignore 36982be997 消息发送功能 11 luni în urmă
.eslintrc 36982be997 消息发送功能 11 luni în urmă
.gitignore 36982be997 消息发送功能 11 luni în urmă
.prettierignore 36982be997 消息发送功能 11 luni în urmă
.prettierrc 36982be997 消息发送功能 11 luni în urmă
.travis.yml 36982be997 消息发送功能 11 luni în urmă
LICENSE 36982be997 消息发送功能 11 luni în urmă
README.md 36982be997 消息发送功能 11 luni în urmă
package.json 36982be997 消息发送功能 11 luni în urmă
tsconfig.json 36982be997 消息发送功能 11 luni în urmă
tsconfig.test.json 36982be997 消息发送功能 11 luni în urmă
turbo.json 36982be997 消息发送功能 11 luni în urmă
yarn.lock 36982be997 消息发送功能 11 luni în urmă

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