Simple, accessible routing for Svelte
Svelte Navigator is an accessible and relatively lightweight Single Page App Router inspired by react-router and @reach/router. It provides simple, accessible routing for Svelte applications. The package offers features such as accessible routing, relative routing, nestable routes, automatic route ranking, React-esque hooks API, HTML5 history mode, SSR support, and TypeScript readiness.
To install Svelte Navigator, use either yarn or npm:
With yarn:
yarn add svelte-navigator
With npm:
npm install svelte-navigator
Svelte Navigator is a powerful package that provides simple and accessible routing for Svelte applications. It offers a range of features such as automatic route ranking, relative routing, and nestable routes. With its support for HTML5 history mode and SSR, it can be easily integrated into various project setups. Svelte Navigator is also TypeScript ready, ensuring compatibility and type safety.