React Hooks Demystified
In React, sharing functionalities across components without data coupling (sharing of unnecessary data or state across components) is done using hooks.
When a component uses a hook, it takes an independent copy of that functional logic.
Hence, two co...
holdmypotion.hashnode.dev8 min read