Part 4: How to Build a NextJS App using Typescript and TailwindCSS: The Complete Guide
Head and Script Tag of NextJS, ESLint in NextJS and Deploying a NextJS Application
Sep 10, 20218 min read507

Search for a command to run...

Series
In this series, we would be learning how to use NextJS using Typescript and TailwindCSS. We would be learning different features offered by NextJS framework. Fetching data from an API and much more!
Head and Script Tag of NextJS, ESLint in NextJS and Deploying a NextJS Application

Dynamic routing and API endpoints in NextJS

Fetching and displaying data from API in NextJS using getStaticProps, TailwindCSS @apply directive and Typescript Interface.

Setting up NextJS with Typescript and TailwindCSS
