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
- Host: GitHub
- URL: https://github.com/fabienjuif/mappropscallbag
- Owner: fabienjuif
- Created: 2018-10-20T10:44:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T16:04:36.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T12:42:02.823Z (6 months ago)
- Topics: callbag, map, map-props-callbag, mappropscallbag, react, recompose
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```