Skip to content

Does redux "unload" the state data from memory that it is not actively using? #3967

Answered by markerikson
trajano asked this question in Q&A
Discussion options

You must be logged in to vote

No, persistence is about syncing data in the store to somewhere else like localStorage.

Redux has the entire current store state in memory, in a single variable. Anything pointed to by that nested object is in memory.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by trajano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants