How to Pass Props from Child Component to Parent Component in React 🤝⚛️

dev

Hey there, In this post I'm going to show you how to pass props from a child component to a parent component in React.

read more

How to create a theme toggle in React using Context API 🔥

dev

Hey fellow developers! In this post I'm going to show you how to implement a simple theme toggle in React using context and hooks.

read more

Create A Weather App using React

dev

Hey fellow developers! This post is about how to create a simple weather app using React and OpenWeatherMap API.

read more