© 2026 Hashnode
React hooks have revolutionized the way we handle state and side effects in React applications. While popular hooks like useState and useEffect receive well-deserved attention, there are hidden gems that often go unnoticed. In this article, we'll shi...

Intro: In React, a parent component passes props down to a child component, and if the parent component needs to call a function defined in the child component, it typically must be defined in the parent component and then passed down. However, there...

So as you have made it here, let me assume that you know React to an extent that I don't have to explain what a state is or how props are passed. If you aren't confident enough, head on to reactjs.org and get started with the basics of React. Let's g...
