https://github.com/toxe/react-render-props
React Render Props Examples
https://github.com/toxe/react-render-props
example react render-props
Last synced: 24 days ago
JSON representation
React Render Props Examples
- Host: GitHub
- URL: https://github.com/toxe/react-render-props
- Owner: Toxe
- License: mit
- Created: 2020-04-07T16:12:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T07:35:32.000Z (10 months ago)
- Last Synced: 2025-07-13T07:45:20.989Z (10 months ago)
- Topics: example, react, render-props
- Language: JavaScript
- Homepage:
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Render Props Examples
## Running
```
npm start
```
### Building and running a production version
```
npm run build
serve -s build
```