immutable-assign
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "immutable-assign", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/iassign.js", |
@@ -15,2 +15,6 @@ # immutable-assign (iassign.js) | ||
## Performance | ||
Performance of this library should not be a problem compare to [Immutable.js](https://facebook.github.io/immutable-js/), because read operations will always occur more than write operations. When using this library, all your react compoents can read object properties directly. E.g., you can use <TextBox value={this.state.userinfo.fullName} /> in your components, instad of <TextBox value={this.state.getIn(["userinfo", "fullName"])} />. I.e., the more read operations you have, the more it will outperform [Immutable.js](https://facebook.github.io/immutable-js/). | ||
##Install with npm | ||
@@ -17,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
795212
199