Next.js SSR notes
Notes on the different methods of rendering that you can use with Next.js
Luke Howsam
Software Engineer
Notes on the different methods of rendering that you can use with Next.js
How to prevent FOUC (flash of unstyled content) when using Next.js & Chakra UI
Recently I aimed to showcase the current Spotify song I was listening to on my website. To achieve this, I connected the Spotify API with Next.js route handlers. In this post, we'll go over how to do this to help you get started with Spotify's API