StephenClearyApps / DotNetApis

API reference documentation for NuGet packages
https://dotnetapis.stephencleary.com
MIT License
25 stars 1 forks source link

Update recompose in /web from 0.27.0 to 0.27.1 #140

Closed dependencies[bot] closed 5 years ago

dependencies[bot] commented 5 years ago

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