Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 261 Bytes

File metadata and controls

8 lines (6 loc) · 261 Bytes

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