Day-13:👨💻🔥(React)Today, I explored the useContext hook in React and implemented a dark/light theme toggle to practice it. useContext simplifies state sharing across components. More import...
Redux is a widely used state management library in the React ecosystem, known for its predictable state updates and unidirectional data flow. While most developers use Redux with actions, reducers, an...
What I Built
Project Overview: Delivery Management App
The Delivery Management App is a modern, user-friendly web application designed to streamline and manage delivery operations efficiently...
In summary, useOptimistic is a React hook that displays a different state only while some asynchronous action is in progress. Most basic use case is to make asynchronous data visible on UI while it's ...
This is a submission for the KendoReact Free Components Challenge.
What I Built
I’m excited to share my newest development: a Project Management Dashboard that’s just as functional as it...
Introduction
Recently, I was looking for web development ideas to kick off my new YouTube channel, Typing Zen, so I decided to code a simple Pomodoro timer app. After all, it shouldn't be too...
So, after recently announcing my personal desire to offer free mentoring to the participants of the KendoReact Free Components Challenge, I've been getting questions that are very similar in nature, a...
Building applications that work seamlessly across multiple platforms has always been a challenge for a long time. The dream of "write once, run anywhere" has led to numerous frameworks and libraries, ...
Forms are a crucial part of any web application, and in React, we primarily handle forms using either controlled or uncontrolled components. Understanding the difference between these two approaches c...