Y
Hacker News
new
|
ask
|
show
|
jobs
by
dotneter
1286 days ago
Are there any advantages to use lenses instead of immer?
1 comments
valyagolev
1286 days ago
we use both a lens library and an immutable data structures library. lenses are not a data structure, but a path into it
link