aizatto / yjs-prototype

Create a reproducible environment for yjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

  • Study a working example of CRDT
  • Create a reproducible environment for yjs.
  • Deconstruct yjs
    • Understand how it stores the data
    • Reproduce my own function CRDT
  • Evaluate if yjs can be used in production

Current Evaluation

yjs can't be used in production because:

  • Doesn't work with create-react-app
    • This is important for me because it makes it easier for me to manage the front end
  • No TypeScript definitions

Concerns

Difficulties

Links

About

Create a reproducible environment for yjs


Languages

Language:TypeScript 75.8%Language:HTML 15.7%Language:CSS 8.6%