Next.js is a React framework that provides a solutions to problems such as:
- π bundling & transpiling your React code
- π code splitting
- π being able to switch between client side rendering & server side rendering depending on the page (e.g. landing page vs. settings page)
- π client-side routing
In this collection we're going to learn how to harness the power of Next.js + TypeScript and how to work with Netlify in order to deploy our site for others to enjoy!
Learn how to:
- π₯ Create a new Next.js project
- π₯ Add TypeScript support
- π₯ Create styled components with Emotion
- π₯ Use both static and dynamic routes
- π₯ Generate fully typed static pages
- π₯ Set up Netlify deployments
- π₯ Add a Netlify Form to our site
- π₯ and more!