A simple React project utilizing TypeScript
-
Handling state
Using
interfaceonuseState -
Handling props
Passing down props with
React.FC -
Handling functions
Defining a function's type
-
Handling events
-
Exporting interface & defining the prop types on components
-
Defining type for
eonhandleChangefunction -
Modifying the
peoplearray
-