Functions
- client() - Client-side initialization and launch of ReactJS apps.
- server() - Creates and starts ReactJS server.
- splitComponent() - Wraps a React component for code splitting.
- withRetries() - Attempts an operation multiple times till the first success.
Deprecated Functions
- newBarrier() — Deprecated in v1.23.9, and removed in v1.24.0. Instead use Barrier constructor directly.