8000 Figure out how to efficiently persist state in the browser, and synchronize state with the server · Issue #12 · kellpossible/coster · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Figure out how to efficiently persist state in the browser, and synchronize state with the server #12
Open
@kellpossible

Description

@kellpossible

I need to figure out a way to:

  • Load state from IndexedDB on startup.
  • Efficiently write state changes to the IndexedDB.
  • Investigate a way to avoid storing all the state in the redux store (for large items like images, and big data). And an ergonomic way to lookup items from the state in the database, perhaps asynchronously.
  • Ability to synchronize the data changes in IndexedDB associated with state changes, with the server.
  • Ideally do this all in a flexible way that can be turned into a library or design pattern I can use for other projects.

Inspiration Projects:

To look into:

Metadata

Metadata

Assignees

No one assigned

    Labels

    ResearchSomething that needs researching

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0