as long as we're using the themed components, we don't need to worry about conditionally styling things within the pages anymore based on the users color scheme setting because all that heavy lifting gets done within those themed components → 6- Themed UI Components, ChildernProp-Shortcut, Spacer, utility components, (important)


2. Route Groups (Core Concept)

❌ Normal folder behavior:

/auth/login.jsx → /auth/login

✅ Route Group:

Wrap folder in parentheses:

/(auth)/login.jsx → /login

👉 Folder is used for organization ONLY, not URL.


🧱 3. Creating Pages

image.png

Inside (auth):