Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 648 Bytes

File metadata and controls

executable file
·
17 lines (12 loc) · 648 Bytes

React Tutorial

This is a tutorial for my classmates to learn React with TypeScript for a school project. The example project goal is to display a list of the most starred GitHub repositories.

The tutorial will teach the following topics :

  1. Learn the background of React JS
  2. Installation of NodeJS, React, TypeScript
  3. Set up some TSLint rules
  4. Create React components
  5. Apply some style to components
  6. Learn some ES6 cool features
  7. Install a dependency

The articles are available on the GitHub pages of this project.

I hope you will enjoy the tutorial, and to open issues ! 😉