Skip to main content

2 docs tagged with "navigation"

View All Tags

10. Building a Multi-Screen App

Dim does not ship a router package. Production-style demos (Shopping, Messaging) compose useStore, a navigation stack, and transitionId into a multi-screen experience. This tutorial extracts that pattern so you can reuse it.

6. View Transitions with useViewTransition

Dim includes a view transition system for sliding between UI states. The exported hook is useViewTransition (Storybook may label the section useTransition() — they refer to the same API).