Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 845 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 845 Bytes

react-render-props-example

Build Status Slack Greenkeeper badge

Showcasing how render prop components can be used for a list component with a sorting functionality. Read more about it.

Installation

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