illustration for Build a site from scratch with Next.js, TypeScript, Emotion and Netlify

Build a site from scratch with Next.js, TypeScript, Emotion and Netlify

Instructor

Tomasz Łakomy
37m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.6
377
people completed
Bookmark
Download
RSS

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!

This is an efficient and practical course for learning Next.js. The Next.js version used in this course is 9.4.4, and the latest version is 11.1.0, yet this is still a great introduction to understanding the core functionality of Next.js.

Learner Reviews

  • Learner
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    topical but covered important details

  • gnadenthal
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Learned a lot from this instructor. The pace was great if you want to deploy a static site to Netlify.

  • Brent Mitchell
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    I learned a lot. I had to add NETLIFY_NEXT_PLUGIN_SKIP = "true" to the toml file in order to build successfully.

  • Pedro Muñoz García
    2 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Awesome! Straight to the point but detailed when needed

  • Manish Choudhary
    3 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    This course was precise and practical. I really liked it.

  • Learner
    3 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Very efficient! Thank you Tomasz!

Course Content

37m • 15 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.