Speaker
Infos
Description
Using immutable data structures provides many benefits, including making your code easier to reason about and less prone to bugs. This demo shows how you can use Immer on its own to produce immutable data or within React’s setState function.