Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 892 Bytes

File metadata and controls

13 lines (9 loc) · 892 Bytes

react-children-as-a-function-example

Build Status Slack Greenkeeper badge

Showcasing how render prop components can be used to build a simple currency converter. Read more about it.

Installation

  • git clone git@github.com:the-road-to-learn-react/react-children-as-a-function-example.git
  • cd react-children-as-a-function-example
  • npm install
  • npm start
  • visit http://localhost:3000