Wolfr

Results 153 comments of Wolfr

The browser titles on the pages about the starter template could mention this sub-level. https://routify.dev/guide/starter-Template/configuration Title is: `Configuration - Routify` whereas it would be better if it was `Configuration -...

Doing issue management. This is an open issue.

This is still the case.

Doing issue management. This issue still open.

I agree. I think the routing logic should be explained on page 1.

`$afterPageLoad` is worked on in #122 .

@kevmodrome Not sure why you think `_layout` and `_reset` needs expanding. The docs are here: https://routify.dev/guide/introduction/structure . Isn't this already covered?

I wrote a guide on how to migrate from `svelte-template` in #132 .

I guess at some level what we already have in the docs can be combined with #132 into a section "How to add Routify to your project".

Two points we have to document: * `$redirect()` functions the same as `$goto()`, but uses `replacestate` instead of `pushstate` (the original page doesn't get added to browser history) * You...