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

https://github.com/fabienjuif/mappropscallbag

callbag to react props
https://github.com/fabienjuif/mappropscallbag

callbag map map-props-callbag mappropscallbag react recompose

Last synced: 6 months ago
JSON representation

callbag to react props

Awesome Lists containing this project

README

          

# mapPropsCallbag
> Map callbag to your props (reactjs component)

Inspirated from mapProps from recompose.

This project is just a try out, but you can install the HoC with: `yarn add map-props-callbag` and feel free to open PR to discuss :)

You can find an example here: [list.container.js](./packages/example-ui/src/screens/list/list.container.js)
You can start the example by cloning this repository and run this:

```sh
yarn
yarn start
```