@liveblocks/react

v2.9.3-emails1
A set of React hooks and providers to use Liveblocks declaratively. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.
react liveblocks real-time toolkit multiplayer websockets collaboration collaborative presence and 6 more...

dev

tsup --watch

lint

eslint src/

test

jest --silent --verbose --color=always

build

tsup

start

tsup --watch

format

(eslint --fix src/ || true) && prettier --write src/

showdeps

depcruise src --include-only '^src' --exclude='__tests__' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg

test:deps

depcruise src --exclude __tests__

test:types

ls test-d/* | xargs -n1 tsd --files

test:watch

jest --silent --verbose --color=always --watch

lint:package

publint --strict && attw --pack && bun scripts/check-exports.ts
npm i @liveblocks/[email protected]

Metadata

Downloads