When to use Uppercase and lowercase with components

Uppercase: Use Uppercase for React/Astro components on the first letter so we can differentiate between an html component.

Example:
<header></header> -> Just an html5 tag
<Layout></Layout> -> Import Layout from…