Props
| Name | Type | Default | Description |
|---|---|---|---|
| time | number | - | The amount of time in ms that we need to debounce the render for |
| immediate | bool | false | When set to true it will start debouncing as soon as it mounts, when false it will let the first render pass through |
See also Throttle