Browsing Tag
react
581 posts
Simplify Form Handling in Your MERN Stack Projects with Formik
Introduction Form handling is one of the most critical yet complex parts of any web application. From managing…
React/Tailwind template with default responsive NavBar.
I was just annoyed with excluding App.test.js and all those default files that I would not use in…
Why You Shouldn’t Use Libraries Blindly: A Lesson in Bundle Size
When developing any web applications, the instinctive choice is to reach for popular libraries that solve our specific…
React rendering lists with .map()
Intro One of the more confusing but simple concepts I had to wrap my mind around when first…
Serverless Cloud Pizzeria Shop
I have spent lots of time learning about various areas of software and cloud development so far in…
A Beginner’s Guide to Implementing Redux in Your Existing System
Redux is a powerful state management library that helps you manage the application state in a predictable way.…
Introduction to useActionState -New hook in React
The useActionState hook is a new feature introduced in React 19, designed to simplify state management based on…
Understanding JavaScript Equality: A Deep Dive into Array and Object Comparisons
JavaScript’s type coercion and equality comparison can sometimes lead to unexpected results, especially when dealing with arrays and…
`.git-blame-ignore-revs` to ignore bulk formatting changes.
.git-blame-ignore-revs is a Git feature introduced in version 2.23 that allows you to ignore specific commits in git…
5 Reasons why I Started My YouTube Channel and Blog
About Me I have over 9 years of experience in frontend development, specializing in HTML, CSS, SASS, JavaScript,…