© 2023 Hashnode
#reactjs
React Query is a large and complete library that facilitates the work when making client-side requests to the server and even performs much more than that.But Did you know that you can use this librar…
Introduction Chatbots have emerged as one of the latest trends in modern-day technology, and they're making a huge impact on our day-to-day activities. From scheduling appointments and medical advice …
React js is an open-source javascript library that was developed by Facebook. It specializes in building interactive user interfaces in lesser lines of code. One of the most important features of reac…
Are you building a portfolio and looking to showcase your Hashnode articles? Whether you're using React, Vue, or Next.js, there are a few simple steps to follow. In this article, I'll guide you throug…
Mantine is a React-based UI library that offers a variety of ready-to-use components to create responsive and modern web applications. One of the most useful components in Mantine is AppShell, which p…
Hola my fellow readers! Welcome to my first tech blog ever. In my first blog, I will explore how to pass props with React Router (Dynamic Routing) and extract them using the useParams hook with short …
In my previous blog, I talked about the SWR 2.0 library for fetching data from API and performing CRUD Operations on that data. I also talked about Data Revalidation, Optimistic UI Updates, Mutations …
Welcome to my weekly blog about Cascading Style Sheets (CSS). I know, I know, it's not the most exciting topic, but I'm here to make it fun! So grab a cup of coffee and get ready to learn some CSS -- …
If you love to understand concepts by building a project or are into project-based learning, this is the best tutorial for you. This is a cool lil project one can build with basic concepts of React JS…
Electron is a framework for building desktop applications using web technologies like HTML, CSS, and JavaScript. It was created by GitHub and is now an open-source project maintained by a community of…
Overview In this exercise, you will create a simple drag and drop functionality in React without using any external libraries. You will implement this functionality by creating two containers, one for…
Hey there! Are you tired of slow build times when developing web applications? Well, have you heard of Vite? It's a fast and lightweight build tool designed to make modern web development easier and f…
So I wanted to build a React project for the first time in a long time (1 month 😂), and I wasn't sure how to start (I had forgotten the syntax, thanks to Next.js). I started to surf the internet, and…