An open API service indexing awesome lists of open source software.

https://github.com/jchavarri/reason-render-prop

Simple example on porting a HOC to the render prop pattern
https://github.com/jchavarri/reason-render-prop

Last synced: 2 months ago
JSON representation

Simple example on porting a HOC to the render prop pattern

Awesome Lists containing this project

README

          

# my-react-app

Run this project:

```
npm link bs-platform
npm install
npm start
# in another tab
npm run webpack
```

After you see the webpack compilation succeed (the `npm run webpack` step), open up the nested html files in `src/*` (**no server needed!**). Then modify whichever file in `src` and refresh the page to see the changes.