rendrjs / rendr

Render your Backbone.js apps on the client and the server, using Node.js.
MIT License
4.09k stars 313 forks source link

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

Open mohandere opened 7 years ago

mohandere commented 7 years ago

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

But unable to solve problem.

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