A utility that rerenders the current component on a configurable timer.
Useful for components that need to refresh data periodically, such as chat messages.
Parameters
intervalMs: number = DEFAULT_RERENDER_INTERVAL_MS
The interval in milliseconds to rerender the component. Default is 30 seconds.
A utility that rerenders the current component on a configurable timer. Useful for components that need to refresh data periodically, such as chat messages.