Under the hood explanation of Immer library.
Immer (German for: always) is a tiny package that allows you to work with immutable state in a more convenient way.
-- Immer Documentation
Immer uses Proxies under the hood and therefore to understand the details of this library we need to know a li...
aneeshvaradan.hashnode.dev7 min read