Immutable.js Basics
To solve our mutability problem, Immutable.js must provide immutable versions of the two core mutable types, Object and Array.
原文: https://angular-2-training-book.rangle.io/handout/immutable/immutable-js/
To solve our mutability problem, Immutable.js must provide immutable versions of the two core mutable types, Object and Array.
原文: https://angular-2-training-book.rangle.io/handout/immutable/immutable-js/
本文档使用 BookStack 构建