Companion Packages
lit-ui-router is the core package. Companion packages layer optional integrations on top of it — each is published and versioned independently and depends on the core only as a peer, so you add exactly the ones you need and nothing you don't.
Published
| Package | Version | What it is |
|---|---|---|
| lit-ui-router-mobx | MobX bindings: an observable RouterStore and reaction-based Lit controllers that keep components in sync with router state. | |
| ui-router-navigation-location-plugin | An experimental location plugin that manages URLs with the modern Navigation API and exposes the router in navigation events. |
Each package page has its own install snippet, guide, and API reference.
In development
ui-router-server — server-side routing verdicts at the edge — and its roadmap render-axis companions are taking shape on the same model. The Server-Side Routing guide and the sample app cover what ships today; content rendering (build-time and server-side) is the roadmap next axis.