Skip to content

mconnor/temperature-calc-react-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Hooks/Typescript Demo

This simple project was bootstrapped with Create React App and type-script like so...

npx create-react-app my-app --template typescript

Use this project as a template React-Hooks and typescript projects.

Hooks simplifies state management - replacing class components for functional component. Fewer cleaner lines of code. And type-script is super awesome in catching errors before the creep into your code base.