|
|
|
|
|
by joncampbelldev
3230 days ago
|
|
Immutability in js is awful hence the complexity, a library like immutable.js can make it better, but the language is just not built for it. Because imperative code and persistent, immutable data do not play nicely together. |
|