Skip to content

ozmoroz/react-functional-vs-class-based-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-functional-vs-class-based-components

This project demonstrates the difference between functional and class-based React components.

To run this project in browser:

  1. npm install
  2. npm run start

Created with CodeSandbox