Skip to content

Grant-Steinfeld/react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo React Application

In this repo we explored the following concerns in React

  • React as a UI Library
  • Create React App
  • JSX
  • Function Components
  • Props
  • State
  • Hooks such as setState and useEffect
  • Client Side Routing with React Router
  • AJAX using the axios http client