Bookmarks

Composable, Immutable property access with Lenses in Typescript

Good introduction to "lenses", a functional pattern for immutably accessing/updating objects. The examples are in typescript but I think they would in JS too