← Back to Cassidy Williams

Cassidy Williams

CTO at Contenda. Previously at Netlify, CodePen, and Amazon. Known for tech humor and newsletters.

https://cassidoo.co

Articles - Page 11

Logging in Next.js

Next.js log location depends on where you call the logging function - server-side logs go to terminal, client-side logs go to browser console.

React Strict Mode in Next.js

React Strict Mode in Next.js helps developers identify potential problems in their code during development.

Global Styles in Next.js

Next.js allows you to apply global styles across your entire application for consistent styling.

Absolute Imports in Next.js

Learn how to replace long, messy relative import paths with cleaner absolute imports in your Next.js applications.

What is React Fast Refresh?

React Fast Refresh is the new version of hot module reloading, allowing developers to see code changes instantly without losing component state.