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

Cache Busting of Books #21

Open
mrWh1te opened this issue Jun 28, 2019 · 0 comments
Open

Cache Busting of Books #21

mrWh1te opened this issue Jun 28, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mrWh1te
Copy link
Owner

mrWh1te commented Jun 28, 2019

When we add a new ISBN to the Seed, it essentially gets ignored if the Browser already has a cache of books in Local Storage. Basically, the Seed data is overwritten by that cache on first run given our ngrx-store-localstorage in the Meta Reducers

Perhaps look into either extending the Meta Reducers functionality so it doesn't over write but upsert (add too). Might have to do a custom solution, but if it could simply hydrate the existing data with what is missing from the cache, it would work fine.

@mrWh1te mrWh1te added the enhancement New feature or request label Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant