V5 Architecture
What's New in V5?
Architecture Overview
┌─────────────────────────────────────────┐
│ configuration.yml │
│ - Routes, Navigation, Permissions │
└──────────────┬──────────────────────────┘
│
▼
┌─────────────────────────────────────────┐
│ V5 Framework (UXP) │
│ - Route matching │
│ - Component lookup │
│ - Permission checking │
│ - Rendering │
└──────────────┬──────────────────────────┘
│
▼
┌─────────────────────────────────────────┐
│ Your App (Resources/views/) │
│ - View components (pages) │
│ - Reusable components │
│ - Services & API calls │
│ - Registration (index.tsx) │
└─────────────────────────────────────────┘Folder Structure
How Routing Works
Next Steps
Last updated