Building robust applications in Next.js with TypeScript that support either Static Site Generation (SSG) or Server-Side Rendering (SSR) depending on the problem.
- Leveraging infrastructure on serverless infrastructure platforms to host Next.js apps and reducing costs
- Supporting multiple environments (staging, production) for CI/CD workflows
- Generating static sites at build time to limit the cost of infrastructure by allowing websites to be hosted in object storage buckets or on the free plan of many infrastructure-as-a-service providers.
- Leveraging server-side rendering to optimize dynamic websites for search engines and sharing links to social media sites, including Facebook and Twitter
As Next.js is a framework that is built on top of React, all React skills apply to Next.js.