Using Styled-Components with Next.js v13 (TypeScript)
I recently started a Next.js v13 project with styled-components and had to jump through many hoops to have a working setup. In this article, I will go over the process step by step.
1. Install Next.js (with TypeScript)
npx create-next-app@latest
2. ...
rashidshamloo.hashnode.dev5 min read