Functions
- assertClientSide() — Throws outside the client-side environment.
- assertEmptyObject() — Asserts the given object is empty, both at compile- and runtime.
- assertServerSide() — Throws outside the server-side environment.
- getConfig() — Returns the application configuration object.
- getBuildInfo() — Returns the build info object.
- getBuildTimestamp() — Returns the timestamp (ISO string) of the frontend build.
- isDevBuild() — Returns true if the development build of the code is running; false otherwise.
- isProdBuild() — Returns true if the production build of the code is running; false otherwise.
- 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.