Where is redux store saved?

前端 未结 4 1737
一个人的身影
一个人的身影 2020-12-09 08:56

I was looking into how secure a redux application can be, I am storing certain values in redux store i.e. user token etc.. and tried to see if someone else could gain access

4条回答
  •  长情又很酷
    2020-12-09 09:18

    From this part of documentation (http://redux.js.org/docs/FAQ.html#performance-state-memory) I deduce it's stored in memory, so it is not persistent.

提交回复
热议问题