DEV Community

Discussion on: How to write IMMUTABLE code and never get stuck debugging again

Collapse
 
devoresyah profile image
DeVoresyah ArEst

always use immutability in every single of my react native project 🎉🎉🎉

Collapse
 
dglsparsons profile image
Douglas Parsons

Glad you find it useful. Javascript is so much nicer when you write immutable code. There are too many foot-guns otherwise!