Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 371 Bytes

File metadata and controls

17 lines (13 loc) · 371 Bytes

Example Application

The included example app demonstrates:

  • Route-based navigation with dynamic parameters
  • Query parameter handling and URL updates
  • Authentication patterns and route guards
  • Error handling (404, navigation failures)
  • State machine integration with loading states
  • TypeScript usage patterns

Run the example:

npm install
npm start