Skip to content

Explain how to store documents in local storage #380

@hackerwins

Description

@hackerwins

Description:

Explain how to store documents in local storage.

Users can edit the document even while offline. However, because the document is stored in memory, all changes are lost when the users close the browser.

Let's explain how to store the document's snapshot and local changes in local storage so that the edits remain even when the users close the browser.

Related to #364.

Why:

  • Help developers implement storing documents in local storage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentation 📔Improvements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions