Y
Hacker News
new
|
ask
|
show
|
jobs
by
benvan
2772 days ago
I wrote a tiny library called fn-update for this that does composable functional updates (
https://github.com/benvan/fn-update
).
Personally, I prefer not having to mutate data, even wrapped in a produce method
1 comments
realharo
2771 days ago
Having to specify the path using an array of strings would be an instant dealbreaker for me. It messes with all tooling and is bad for readability.
link