"Notes" Space where I share ideas, lessons, and discoveries about software development.
Optimizing Form Handling with useTransition Instead of useState
This article explores the use of useTransition in React as an alternative to useState for managing loading states, like isLoading, in complex applications.
7 minutosNovember 12, 2024
Using Parallel Routes for the dynamic management of multiple interfaces in Next.js
Learn to use the Parallel Routes of Next.js 14 to manage multiple interfaces, enhancing the user experience and optimizing your application.
7 minutesSeptember 30, 2024