paint-brush
Why is Redux State Immutable?by@supertokens.io
150 reads

Why is Redux State Immutable?

by SuperTokens5mJanuary 7th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Immutability of redux state is necessary since it allows detecting redux state changes in an efficient manner. This implies that whenever we want to modify a redux state, we must create a new copy of it and do modifications to that copy - which then becomes the new redux state.

Company Mentioned

Mention Thumbnail
featured image - Why is Redux State Immutable?
SuperTokens HackerNoon profile picture
SuperTokens

SuperTokens

@supertokens.io

The most secure and easy to implement solution for user session management

L O A D I N G
. . . comments & more!

About Author

SuperTokens HackerNoon profile picture
SuperTokens@supertokens.io
The most secure and easy to implement solution for user session management

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here