Skip to content

Commit

Permalink
Fix a broken link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeistrich committed Sep 19, 2023
1 parent 11fdb1b commit 47e10c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-introduction/1-introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function FineGrained() {

### 4. 💾 Powerful persistence

Legend-State includes a powerful [persistence plugin system](../persistence) for local caching and remote sync. It easily enables offline-first apps by tracking changes made while offline that save when coming online, managing conflict resolution, and syncing only small diffs. We use Legend-State as the sync systems in [Legend](https://legendapp.com) and [Bravely](https://bravely.io), so it is by necessity very full featured while being simple to set up.
Legend-State includes a powerful [persistence plugin system](./persistence) for local caching and remote sync. It easily enables offline-first apps by tracking changes made while offline that save when coming online, managing conflict resolution, and syncing only small diffs. We use Legend-State as the sync systems in [Legend](https://legendapp.com) and [Bravely](https://bravely.io), so it is by necessity very full featured while being simple to set up.

Local persistence plugins for the browser and React Native are included, and a remote sync plugin for Firebase (coming soon).

Expand Down

0 comments on commit 47e10c5

Please sign in to comment.