Skip to content

sanalabs/collaboration-kit

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2022
Jan 17, 2022
Jan 17, 2022
May 20, 2022
Jan 17, 2022
Jan 17, 2022
Jan 17, 2022
Jan 17, 2022
Oct 17, 2021
Jan 17, 2022
Jan 25, 2022
Jan 21, 2022
May 5, 2022
Jan 17, 2022
Jan 17, 2022
Jan 21, 2022

Repository files navigation

Collaboration Kit (Alpha Preview)

Monorepo for packages that facilitate working with arbitrary JSON structures in Yjs.

Documentation

See each package for documentation 👆

Notes

No excessive package dependencies

Collaboration Kit is split into multiple smaller packages so that excessive package dependencies can be avoided. You probably don't want to install React on your backend.

Peer dependencies

A number of dependencies (React, Redux, Yjs) are peer dependencies. Otherwise, runtime bugs will occur due to version incompatibilities.

Prior art