In my previous blog, I gave a basic demonstration on how to manage state with useReducer instead of useState. In this blog, I'll dive into a more complex example. When managing state for ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
React js and Vue js are arguably two of the most popular and widely used JavaScript frameworks (or libraries) today. But how do they compare to each other? React is a simple minimalistic framework (or library, ...Read more
Disclaimer: This is not yet another How-to guide but to share with you the project am currently working on from the ground up in ...Read more
Why we use debouncing and throttling ? Debouncing and throttling are two commonly used techniques in web development to optimize performance and reduce the ...Read more
What is react component lifecycle? Humans have to go through three stages of life: birth, grow and death to complete their lifecycle. To govern whatever events are taking place on a website, a React component also ...Read more
Hello, dev community! 👋 I’m excited to share my personal portfolio, where I showcase my journey, skills, and projects as a web developer. Built using Next.js and Redux, this portfolio represents my expertise in modern web ...Read more
Hello Everyone, today we are going to discuss reusable tabs in React. We will create a Tab component with some props and use Tailwind to style the component. Let's get started… ...Read more
This week we continue our React study notes, and this week I've learned two simple but very useful uses: Template Literals & Ternaries Instead of if/else Statements. Continue to use the book model used in the ...Read more