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