monocle-ts icon indicating copy to clipboard operation
monocle-ts copied to clipboard

Question: immutable-js like library that works well with monocle-ts?

Open bitc opened this issue 5 years ago • 1 comments

monocle-ts is an awesome library. Does anyone know of a library similar to immutable-js that is TypeScript friendly and that integrates well with the lenses and prisms of monocle-ts?

bitc avatar Jul 02 '18 20:07 bitc

@bitc Look into the below:

https://github.com/TylorS/typed-hashmap

https://github.com/frptools/collectable

https://github.com/funkia/list

joshburgess avatar Jul 03 '18 23:07 joshburgess