Creating a Custom React Context Provider Create a reusable React Context Provider in Next.js for managing a searchable cookie list. Posted by Staff Author on May 11, 2023 · 9 mins read
Migrating from useState to useReducer, Building a Counter in a Next.js App In this tutorial, we migrated from useState to useReducer while building a counter interface in... Posted by Staff Author on May 07, 2023 · 11 mins read
Understanding useRef and useState for Tracking Component Render Count in React This post explains useRef and useState usage in React by creating a custom hook to... Posted by Staff Author on May 05, 2023 · 6 mins read
AI-driven Built-in Degradation and Enhancement in Next.js React Apps on Vercel AI-driven degradation and enhancement in Next.js and Vercel empower developers to create adaptable, cost-effective web... Posted by Staff Author on May 03, 2023 · 2 mins read
Using useCallback Correctly in a Simple Next.js 13 Component This post demonstrates using the useCallback hook in a Next.js 13 component for better performance.... Posted by Staff Author on May 03, 2023 · 4 mins read