#react
6 articles
Articles
shared
Fix For - Error: Hydration Failed Because The Initial UI Does Not Match What Was Rendered on The Server
November 3, 2023 · When upgrading to Next.js version 13, I encountered a hydration error. This is what a hydration error is and how to fix them.
Read More
shared
useContext() Hook in Next.js - React Hooks
October 8, 2023 · Learn what useContext is and how to use it in Next.js to manage global state with React Hooks.
Read More
shared
useState() Hook in Next JS - React Hooks
December 30, 2021 · Learn what useState is and learn how to use useState in Next JS by coding some examples.
Read More
shared
Advanced Chakra UI
August 29, 2021 · Learn 5 Chakra UI advanced tricks and tips to bring you from a beginner React developer to advanced.
Read More
shared
useEffect() Hook in Next.JS - React Hooks
August 9, 2021 · Learn what useEffect is learn how to use useEffect in Next.JS.
Read More
shared
Add Comments To React/Next.js Website
May 1, 2021 · How to add comments to a Next.js/React website? In this tutorial, we'll use utteranc - a comment solution which uses GitHub issues to store comments.
Read More