You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit localhost:5173/automerge-repo-quickstart/ to see the app in its "starter" state, as a basic React app not yet using Automerge: the task list can be edited, but changes are not synced between users, and all local changes are lost when the page is closed or reloaded.
Let's fix all that with Automerge!
In the exercises that follow, you'll modify the source code to:
Configure a Repository to store & sync document changes locally
Create/retrieve a task list Document by its Document URL
Use the Automerge React client to update the Doc's data on user input
Update the Repo to also sync changes over the network (when available)
Checking out https://github.com/automerge/automerge-repo-quickstart, with a single branch of main, already has the majority of the "exercises" suggested done with a fully functioning app. It's not an exact 1:1 mirror of the "exercises" but doesn't leave much for a newcomer to implement themselves.
Firstly a thank you for a quickstart which is easy to get up and running!
The introduction on https://automerge.org/docs/quickstart/, after downloading the quickstarter from https://github.com/automerge/automerge-repo-quickstart, states
Checking out https://github.com/automerge/automerge-repo-quickstart, with a single branch of main, already has the majority of the "exercises" suggested done with a fully functioning app. It's not an exact 1:1 mirror of the "exercises" but doesn't leave much for a newcomer to implement themselves.
This documentation looks to have changed in 1be40d0#diff-988a5392cf907f7c5728b8ac90445facc7f835f3c00375764ec99769dcde2d5a.
Having the fully completed app is extremely useful for comparison but should be on a separate branch so new starters have a template to fill out?
The text was updated successfully, but these errors were encountered: