tc39 / proposal-deep-path-properties-for-record

ECMAScript proposal for deep spread syntax for Records
93 stars 2 forks source link

Make Immutable.js comparison example more idiomatic and readable #14

Closed acusti closed 4 years ago

acusti commented 4 years ago

the change makes the Immutable.js example far more readable and illustrates a userland syntax that is comparable to the syntax in this proposal. also, the simplified version actually works (a property path can traverse Maps and Lists), as illustrated here: https://codesandbox.io/s/immutable-js-deep-path-properties-example-xqc9y

also: