Name | Props | Description |
---|---|---|
Await | for , tap , onPromise | Renders it's children when and only if the provided promise resolves. When used with a render prop, it will always apply the promise result (err, res) to the callback. It also accepts a function that returns a Promise |
Stream | * | Render-prop component that enables working with props streams |
Debounce | time , immediate | Renders it's children only after a certain amount of time has passed since the previous render. |
Delay | time | Renders it's children only after a certain amount of time has passed |
Throttle | time | Renders it's children at most once in the specified time interval. |
Schedulers
A set of components that help scheduling renders
Contribute on Github! Edit this section.