#nextjs

I Converted My Website to Next.js

I Converted My Website to Next.js

June 9, 2021 • 5 min read

Ever since I learnt how to create websites using React, my go to boilerplate starter code was to use Create React App. It is the easiest way to learn React and the fastest way to get a website up and running. After creating my own website using Create React App, I quickly found the pitfalls of having a client rendered SPA (Single Page Application).