33 packages found
Fold multiple render prop components into a single component.
Easily compose render props in React and Preact.
Unify state and props, decouple render() and update state synchronously
Selector component for Redux state using render props.
## 新动态 ### 1.2.1 (2017-09-30) * 增加style支持传递Object类型的数据,如:<div style={{fontSize:30, color:'red'}}>Hello</div>,当然,也可以写字符串 ### 1.2.2 (2017-09-30) * 修改了HTML中结束标签的bug
Makes React components pure excluding functions from props.
Allow props and state as render() parameters, as in preact
An npm package for rendering ReactJS components in a cleaner and more beautiful way, allowing elements to be passed to the components from the hook’s props.
`react-scroll-activator` watches for a scroll event inside of a container or on the window. When certain user-defined rules are met, it passes an `activatedState` prop to a render prop component, triggering whatever behavior the developer chooses on the c
React.render a stream of props to Component at element
hacky way to figure out what is passed to this.props.children in react
> This plugin transforms `adopt` calls to render props. Idea based on [this gist](https://gist.github.com/trueadm/35f083d32e5af93dd8fd706dae378123#file-2-future-ideas-js-L24). > ⚠️ **Experimental:** Code you are likely to write should be transformed just
A react render prop component for react that injects the window dimenions. Uses a single shared, debounced event listener across all instances in your application.
Turn observable props into a render function with values.
A set of tiny, composable React components for handling state with render props.
Wrap components with a debounce, throttle, or any other delayed-rendering method, to stop them from re-rendering often when their props change
Throttle the number of rendering times.
A React component for inline editable state management
Simplify conditional usage of render props
Simple collection search for React based on the render prop pattern