Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 664 Bytes

File metadata and controls

20 lines (16 loc) · 664 Bytes

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