Skip to content

the-road-to-learn-react/react-component-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-component-types

Build Status Slack Greenkeeper badge

Showcasing how React Components have evolved over time; featuring:

  • React createClass Components
  • React Mixins
  • React ES6 Class Components
  • React Higher-Order Components
  • React Function Components with Hooks

Read more about it.

Installation

  • git clone git@github.com:the-road-to-learn-react/react-component-types.git
  • cd react-component-types
  • npm install
  • npm start
  • visit http://localhost:3000