werkbank
    Preparing search index...

    Function Router

    • The main Router component that initializes navigation and state management.

      Type Parameters

      Parameters

      • props: RouterProps<C, RouterContext>

        The router configuration and optional dependencies.

      Returns Element

      The router provider tree with the rendered route.

      This component sets up the NavigationContext, AtomContext, and handles route matching and preloading based on the current URL.

      <Router config={myRouterConfig} />