Dependencies.io has updated recompose (a npm dependency in /web) from "0.27.0" to "0.27.1".
0.27.1
This release adds a missing piece between _Higher Order Components_ and _Render props_
- Meet `withRenderProps` props utility, it allows you to transform any HOC into RenderProps component
see PR #663
see [docs](https://github.com/acdlite/recompose/blob/master/docs/API.md#withrenderprops)
see [source](https://github.com/acdlite/recompose/blob/master/src/packages/recompose/withRenderProps.js)
see [example](https://codesandbox.io/s/xlk71p7k8w)
- `compose` now shorter #643
The hero of this release is pomber !!!
Dependencies.io has updated
recompose
(a npm dependency in/web
) from "0.27.0" to "0.27.1".0.27.1
This release adds a missing piece between _Higher Order Components_ and _Render props_ - Meet `withRenderProps` props utility, it allows you to transform any HOC into RenderProps component see PR #663 see [docs](https://github.com/acdlite/recompose/blob/master/docs/API.md#withrenderprops) see [source](https://github.com/acdlite/recompose/blob/master/src/packages/recompose/withRenderProps.js) see [example](https://codesandbox.io/s/xlk71p7k8w) - `compose` now shorter #643 The hero of this release is pomber !!!