Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 909 Bytes

File metadata and controls

executable file
·
13 lines (9 loc) · 909 Bytes

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