Skip to content

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

License

Notifications You must be signed in to change notification settings

diloidroj/nextjs-typescript-by-sample

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.6%
  • JavaScript 17.4%