Needs to get documented: Functionality: - [ ] Plugins - [x] bundling Helpers: - [x] `$redirect()` - [x] `$afterPageLoad()` (#122) - [ ] `$meta()` - [ ] `$precache()` - [x] `$prefetch()` - [x] `$metatags()` - [ ] `scroll-lock` https://github.com/sveltech/routify/issues/86#issuecomment-580312171 Needs expanding: - [x] Query strings - [x] Deployment (Now and Netlify) - [ ] Structure section on docs page (explain `_reset`, `_fallback`, `_layout`) Examples: - [x] Link to example app. https://github.com/sveltech/routify/issues/219 - [x] Migrating from other templates - [x] Standard svelte-template (#132) - [x] Sapper (#132) Other: - [x] Troubleshooting Page - [x] Improve introduction/structure - [ ] Rephrase prerendering as static export or similar
Needs to get documented:
Functionality:
Helpers:
$redirect()$afterPageLoad()(afterPageLoad is undocumented #122)$meta()$precache()$prefetch()$metatags()scroll-lockStop Scroll reset in nested routes routify#86 (comment)Needs expanding:
_reset,_fallback,_layout)Examples:
Link to example app. Examples aren't linked from docs routify#219
Migrating from other templates
Other: