react

jackson 7a617df934 录屏下载 10 mēneši atpakaļ
.changeset 36982be997 消息发送功能 11 mēneši atpakaļ
.github 36982be997 消息发送功能 11 mēneši atpakaļ
example 7a617df934 录屏下载 10 mēneši atpakaļ
packages 7a617df934 录屏下载 10 mēneši atpakaļ
.editorconfig 36982be997 消息发送功能 11 mēneši atpakaļ
.eslintignore 36982be997 消息发送功能 11 mēneši atpakaļ
.eslintrc 36982be997 消息发送功能 11 mēneši atpakaļ
.gitignore 36982be997 消息发送功能 11 mēneši atpakaļ
.prettierignore 36982be997 消息发送功能 11 mēneši atpakaļ
.prettierrc 36982be997 消息发送功能 11 mēneši atpakaļ
.travis.yml 36982be997 消息发送功能 11 mēneši atpakaļ
LICENSE 36982be997 消息发送功能 11 mēneši atpakaļ
README.md 36982be997 消息发送功能 11 mēneši atpakaļ
package.json 36982be997 消息发送功能 11 mēneši atpakaļ
tsconfig.json 36982be997 消息发送功能 11 mēneši atpakaļ
tsconfig.test.json 36982be997 消息发送功能 11 mēneši atpakaļ
turbo.json 36982be997 消息发送功能 11 mēneši atpakaļ
yarn.lock 36982be997 消息发送功能 11 mēneši atpakaļ

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