Immutable.js Basics

To solve our mutability problem, Immutable.js needs to provide immutable versions of the two core mutable types, Object and Array.

Last updated