🚨 Disclaimer: Routify 3 is currently in Release Candidate stage.

Please be aware that while the documentation is comprehensive, it may contain inaccuracies or errors. The codebase is also subject to changes that could affect functionality. We appreciate your understanding and welcome any feedback or contributions.

guide

Advanced

Manual Rendering

Manually rendering a node can be done by using node.component in a a <svelte:component>

<svelte:component this="node.component" />

Rendering multiple nodes

Sometimes you may want to render a specific node. This can be done by iterating over a node’s children.

Rendering recursively

If some of the inlined nodes are nested in folders, you can render these and their modules.