Creating a Custom React Context Provider
Create a reusable React Context Provider in Next.js for managing a searchable cookie list.
Posted by
Posted by
Peter G Kellner
on May 11, 2023 ·
1 min read
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
Posted by
Peter G Kellner
on May 07, 2023 ·
1 min read
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
Posted by
Peter G Kellner
on May 05, 2023 ·
1 min read
on May 05, 2023 ·
6 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
Posted by
Peter G Kellner
on May 03, 2023 ·
1 min read
on May 03, 2023 ·
4 mins read