Blog about programming| blog.bloomca.me
Learn more about the API of the Next.js Router, and access the router instance in your page with the useRouter hook.| nextjs.org
In React, if you have a useEffect hook that accesses a dependency not listed in the dependencies array, the lint rule react-hooks/exhaustive-deps (assuming you have it enabled) will give the error:| CodingItWrong.com
Learn how to handle form submissions and data mutations with Next.js.| nextjs.org
Server Components run on the server instead of the client, giving you control over your bundle size and data fetching. Here’s everything we learned about them.| www.mux.com
Using callback refs to avoid useEffect issues.| tigeroakes.com