Let's mutate the state and Immer do the rest. · Immer is a simple JavaScript library that allows us to use immutable state at the convenience of us...
The hook that can remember! 🧠 · What Is useRef? useRef is a react hook that is basically used to store the reference of something like let's say a DOM...
Diving deep to find out the best way of copying 😑 · Every developer would have come across Copying knowingly or unknowingly (That's what we do right!) ....