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
- Host: GitHub
- URL: https://github.com/jchavarri/reason-render-prop
- Owner: jchavarri
- License: mit
- Created: 2017-11-13T02:31:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T02:40:31.000Z (about 8 years ago)
- Last Synced: 2025-02-10T05:26:10.287Z (10 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.