#reactjs
Read more stories on Hashnode
Articles with this tag
React 19 came out on April 25, 2024. The JavaScript world changes so quickly that it can sometimes feel overwhelming to keep up. But when these...
Introduction I know you already understand the benefits of using Docker in development, so let's skip the usual details. But I do want to point out...
Zustand is a small, fast, and scalable state-management library for React, which serves as an alternative to more complex solutions like Redux. The...
What are Server Actions? To let you get the concept crystal clear, server actions are basically backend stuffs that you can do in your Next.js...
Let's get straight to the point. What is middleware in NextJS? In Next.js, middleware is a way to run certain code before a request is completed, just...
Understanding How React's Virtual DOM Optimizes Performance and Simplifies UI Updates. · The Virtual DOM is a fundamental concept in React that...