Navigation
Navigation Stack
A Navigation Stack is a layer that displays a root screen and enables you to present additional screens over the root one.
Overview
Use a Navigation Stack to present a stack of screens over a root one. Users can add screens to the top of the Navigation Stack by clicking or tapping a Navigation Link, and remove screens using built-in, platform-appropriate controls, like a Back button or a swipe gesture. The stack always displays the most recently added screen that hasn’t been removed, and doesn’t allow the root screen to be removed.
<div class="callout note">Note
Layers presented on top of the root one with the Navigation Stack do not need a Navigation Stack.</div>
Ask Our Community
If you have questions about the Judo editor, or developer questions about SDK integration, join the community and start a conversation!