Skip to content

Maimunar/typescript-react-beginner-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Typescript Tutorial

A small project whose purpose is to provide some context on using React with Typescript on a starter level This is meant for the absolute beginners! Start at src/TextField/index.tsx and do the tasks below! progress holds interim results after each tasks, while finished holds the end result.

Task

  1. Make it a React Functional Component Type
  2. Display a user with a name and age
  3. Display an optional special greeting
  4. Separate Typing Logic
  5. Add a button with a reference to it
  6. Add increment functionality to the button
  7. Make it say 'Good Job!' when you reach 10

Extra

  • String Litterals
  • Separate Types File

About

A small project whose purpose is to provide some context on using React with Typescript on a starter level

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published