An automated router for Svelte, which generates routes from file structure in realtime. Combined with its starter template it supports 1-click deployments, serverless SSR, dynamic imports, static exports, offline availability, precaching of external requests, navigation generation, plugins, transitions and a wealth of helpers.
Questions tagged [routify]
20 questions
4
votes
3 answers
Passing data between sibling components in Svelte
How to pass data (ex: Navbar Title) to a component used in the parent element?