react-children-as-a-function-example
react-children-as-a-function-example copied to clipboard
An example implementation of React's children as a function for implementing a currency converter
react-children-as-a-function-example
Showcasing how render prop components can be used to build a simple currency converter. Read more about it.
Installation
git clone [email protected]: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