What are the rules for naming components in Reactjs?
I am aware that component names must start with a capital letter, but what else?
What I'd like to do is namespace the components of my PP library, for example have all the names start with "PP_" or "PP.".
I use JSX, in case that makes a difference.