Why do components in react need to be capitalized? [duplicate]
From some react release notes
the JSX tag name convention (lowercase names refer to built-in components, capitalized names refer to custom components).
From some react release notes
the JSX tag name convention (lowercase names refer to built-in components, capitalized names refer to custom components).