Examples¶
Runnable routing apps in the repo. Build something yourself first (tutorial or the model), then open these in order.
| Example | What it shows | Read first |
|---|---|---|
| routing | Minimal surface: reg-route, navigate event, route subs, root case |
Tutorial |
| infinite_feed | The repo's only runnable intent prefetch: :prefetch :intent on a link warms a :blocking? true timeline, so hovering visibly changes what the click lands on |
Warming a destination |
| realworld_http | Conduit: path + query params, a :can-enter auth gate with the terminal :rf.route/entry-denied recipe, hand-rolled :on-match activation work, leave guard |
The model, Require sign-in |
| realworld_resources | Same Conduit with route :resources, :parent branch composition (the favorites tab inherits its banner read from the profile shell), session scope, editor :can-leave |
Resources |