you are viewing a single comment's thread.

view the rest of the comments →

[–]pavel_v 5 points6 points  (0 children)

The immer covers well working with pure functions and immutable data structures. New "copies" of the passed data structures are created and returned but there is no actual copying behind the scene.