Slide 31
Slide 31 text
● Immutability with normal JavaScript
objects, arrays, Sets and Maps. No new
APIs to learn!
● Strongly typed, no string based paths
selectors etc.
● Structural sharing out of the box
● Object freezing out of the box
● Deep updates are a breeze
● Boilerplate reduction. Less noise, more
concise code.
● First class support for patches
● Small size 6kb
Benefits