Strict equality and mutative methods

In JavaScript, the strict equality operator compares the memory address of values, not the actual values. Immutable.js collections can't be changed, which means that the strict equality operator doesn't make much sense to use with Immutable.js collections. There's one important use case where this operator does make sense to use with Immutable.js collections—change detection.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.218.218.230