Problem: Currently the source code is structured so that it contains the editor + the demonstration app so that the editor cannot be used outside this repo.
Goal: Split the code so that the editor has a clear and usable interface (in react)
- Make the store configurable, not hard-wired to
Root
- Abstract collaboration transport/provider
Problem: Currently the source code is structured so that it contains the editor + the demonstration app so that the editor cannot be used outside this repo.
Goal: Split the code so that the editor has a clear and usable interface (in react)
Root