This demo is intended to demonstrate Loro's high performance and time travel capabilities while using Leptos as the frontend framework.
firefox_cXrOMMHjk0.mp4
This is a SSR example, for demonstration purposes, the LoroDoc
snapshot is loaded from a server_fn
. For a CSR example, see the csr branch of this repository.
For a live demo of the CSR example, see https://osmano807.github.io/leptos-loro-time-travel-demo/
The editing trace is from josephg/editing-traces.
- Install rust and cargo-leptos
- Run
cargo leptos serve
- Open
http://localhost:8000
in your browser