React introduced hooks in version 16.8 since then we love and embrace them. And use hooks everywhere in our application. But 90% of the time we use...
Memory Leaks Caused by Async Actions in React All fancy React applications we create use asynchronous code, like http requests. Asynchronous side...
Custom Hooks Custom hooks are like any React hook that can abstract some interactive feature from your component and make it a reusable function....