Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist/Hydrate Redux store between reloads. #38

Open
Reisen opened this issue Mar 31, 2019 · 0 comments
Open

Persist/Hydrate Redux store between reloads. #38

Reisen opened this issue Mar 31, 2019 · 0 comments
Labels
enhancement New feature or request web This requires frontend fixes.
Milestone

Comments

@Reisen
Copy link
Owner

Reisen commented Mar 31, 2019

The Redux store isn't persisted anywhere currently, this gives two alternatives:

  1. Load all relevant resources on every page load.
  2. Restore state and each page should only be responsible for refreshing local data.

Preference is for 2, as it allows viewing for example an image to not break while waiting for the request for metadata to return immediately, updating it after load.

@Reisen Reisen added enhancement New feature or request web This requires frontend fixes. labels Mar 31, 2019
@Reisen Reisen added this to the Version 1 milestone Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web This requires frontend fixes.
Projects
None yet
Development

No branches or pull requests

1 participant