Functions
- assertEmptyObject() — Asserts the given object is empty, both at compile- and runtime.
- getConfig() — returns the application configuration object.
- launchClient() — Client-side initialization and launch of ReactJS apps.
- launchServer() — 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
- client() — Renamed into launchClient() in v1.47.0-alpha.8, and also moved to a dedicated client-side package export.
- newBarrier() — Deprecated in v1.23.9, and removed in v1.24.0. Instead use Barrier constructor directly.
- server() — Renamed into launchServer() in v1.47.0-alpha.8, and also moved to a dedicated server-side package export.