react

jackson 36982be997 消息发送功能 11 ay önce
.changeset 36982be997 消息发送功能 11 ay önce
.github 36982be997 消息发送功能 11 ay önce
example 36982be997 消息发送功能 11 ay önce
packages 36982be997 消息发送功能 11 ay önce
.editorconfig 36982be997 消息发送功能 11 ay önce
.eslintignore 36982be997 消息发送功能 11 ay önce
.eslintrc 36982be997 消息发送功能 11 ay önce
.gitignore 36982be997 消息发送功能 11 ay önce
.prettierignore 36982be997 消息发送功能 11 ay önce
.prettierrc 36982be997 消息发送功能 11 ay önce
.travis.yml 36982be997 消息发送功能 11 ay önce
LICENSE 36982be997 消息发送功能 11 ay önce
README.md 36982be997 消息发送功能 11 ay önce
package.json 36982be997 消息发送功能 11 ay önce
tsconfig.json 36982be997 消息发送功能 11 ay önce
tsconfig.test.json 36982be997 消息发送功能 11 ay önce
turbo.json 36982be997 消息发送功能 11 ay önce
yarn.lock 36982be997 消息发送功能 11 ay önce

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