DEV Community

Discussion on: How to use Object.freeze() in Javascript

Collapse
 
slimdestro profile image
D\sTro

Yeah the deep freeze is the concern and forces use if immutable.js. I mean when you apply .freeze() its assumed the whole object got locked but its not so and it also impact some performance