Naming React components
React component names must all start with a capital letter. And, in fact, a warning is raised if they aren’t either in Pascal_Case or SCREAMING_SNAKE_CASE.
This post is licensed under CC BY 4.0 by the author.
React component names must all start with a capital letter. And, in fact, a warning is raised if they aren’t either in Pascal_Case or SCREAMING_SNAKE_CASE.