acdlite / recompose

A React utility belt for function components and higher-order components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: `withPropsStream`

OliverJAsh opened this issue · comments

We have withProps which composes mapProps, but we don't have a withPropsStream that composes mapPropsStream.

This is easy enough to implement in user-land, but maybe we should add it for consistency? If you'll accept, I'll raise a PR!