Concept Flow - Root layout (required)
Start App Request
Load Root Layout
Render <html> and <body>
Insert Children Components
Send Rendered HTML to Browser
End
The root layout loads first, wraps the whole app in <html> and <body>, then inserts page content before sending to browser.