DEV Community

Basil
Basil

Posted on

React Components Syntax

React Components need to initialised or started by Capital letters for babel to distinguish from normal statements.Without that react won't read them as components.

Top comments (0)