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

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

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
```