The main Router component that initializes navigation and state management.
The router configuration and optional dependencies.
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.
NavigationContext
AtomContext
<Router config={myRouterConfig} /> Copy
<Router config={myRouterConfig} />
The main Router component that initializes navigation and state management.