react

jackson 1ba2449427 输入框优化 11 months ago
.changeset 36982be997 消息发送功能 11 months ago
.github 36982be997 消息发送功能 11 months ago
example 1ba2449427 输入框优化 11 months ago
packages 9d676782e8 兼容移动端 11 months ago
.editorconfig 36982be997 消息发送功能 11 months ago
.eslintignore 36982be997 消息发送功能 11 months ago
.eslintrc 36982be997 消息发送功能 11 months ago
.gitignore 36982be997 消息发送功能 11 months ago
.prettierignore 36982be997 消息发送功能 11 months ago
.prettierrc 36982be997 消息发送功能 11 months ago
.travis.yml 36982be997 消息发送功能 11 months ago
LICENSE 36982be997 消息发送功能 11 months ago
README.md 36982be997 消息发送功能 11 months ago
package.json 36982be997 消息发送功能 11 months ago
tsconfig.json 36982be997 消息发送功能 11 months ago
tsconfig.test.json 36982be997 消息发送功能 11 months ago
turbo.json 36982be997 消息发送功能 11 months ago
yarn.lock 36982be997 消息发送功能 11 months ago

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