Skip to content

the-road-to-learn-react/react-component-composition-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-component-composition-example

Build Status Slack Greenkeeper badge

Showcasing how React Component Composition works for arranging your React components with well-designed APIs. Read more about it.

Installation

  • git clone [email protected]:the-road-to-learn-react/react-component-composition-example.git
  • cd react-component-composition-example
  • npm install
  • npm start
  • visit http://localhost:3000