jsagardoy / nextjs-typescript-by-sample

Set of guided samples about how to get started with nextjs + typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-typescript-by-sample

Set of guided samples about how to get started with nextjs + TypeScript.

About the example application

We have developed a simple web application that displays a list of github users (fetch from github rest api), and when you click on a given user it navigate to a detail page where you can find detailed information about the selected user.

Topics covered in this sample:

  • Building a hello wolrd nextjs app.
  • Adding typescript support.
  • Adding navigation between pages.
  • Fetching data from a remote api (cors enabled).
  • Navigating to anoterh pages passing parameters via query string.
  • Creating clean urls (seo friendly).

Topics that will be covered in future examples:

  • Debugging.
  • Deploying.
  • Styling.
  • Redux support.

About Lemoncode

We are a team of long-term experienced freelance developers, established as a group in 2010. We specialize in Front End technologies and .NET. Click here to get more info about us.

For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend.

About

Set of guided samples about how to get started with nextjs + typescript

License:MIT License


Languages

Language:TypeScript 82.7%Language:JavaScript 17.3%