• Given page title configuration, returns a function that can be used to set the page title. This allows for customization of the page title logic (default is "pageTitle | appName")

    By default, the page title will be set to the app name if no page title is provided. This includes on initial render.

    Parameters

    Returns readonly [string, ((newPageTitle) => void)]

Generated using TypeDoc