Skip to content

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

@mohandere

Description

@mohandere

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions