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

Store some data which is loaded first time via API? #518

Open
mohandere opened this issue Sep 20, 2016 · 0 comments
Open

Store some data which is loaded first time via API? #518

mohandere opened this issue Sep 20, 2016 · 0 comments

Comments

@mohandere
Copy link

mohandere commented Sep 20, 2016

Hi,

Problem: I want to use properties object returned by products collection when requested first time.
actual problem is that i am applying filter, the collection gets changed hence i am getting new "properties".

But i want properties which i have loaded 1st time.

Collection gets fetched by Server request/by browser request, so i storing data inside

  • session(when server request)
  • window.sessionStorage(browser request)

But unable to solve problem.

Please help me/guide on store which works on both sides?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant