Skip to main content

AppProviderProps

Properties

(Mandatory properties are in bold)
PropertiesTypeDescription
routerRouter
settingsAppSettings
storeAppStore<any, AnyAction>
Additional properties for advanced use cases
PropertiesTypeDescription
ErrorBoundaryComponentComponentType<ErrorBoundaryComponentProps>The component displayed when an error occurs during the rendering phase

Defaults to: no error boundary component
i18nNsstring[]More info here

Defaults to: undefined
initialLocalestringProperty to indicate the language to be used by default

Defaults to: undefined
servicesClass<default<AnyState>>[]A list of services that will be available globally in the application.
More info here
translationsAnonymousObject<AnonymousObject<string>>An object containing the translations
More info here

Defaults to: undefined