javascript - Where is redux store saved? -
i looking how secure redux application can be, storing values in redux store i.e. user token etc.. , tried see if else gain access them via xss attack example, checked sessionstorage, localstorage, cookies , not there, not inside app.js file (my bundle file), hence question.
from part of documentation (http://redux.js.org/docs/faq.html#performance-state-memory) deduce it's stored in memory, not persistent.
Comments
Post a Comment