React Patterns on GitHub # Get the latest React patterns, tips, and tricks right to your inbox. Translations # These translations are not verified and links are not endorsements. Chinese Element # Elements are anything inside angle brackets. <div></div> <Greeting /> Components return Elements. Component # Define a Component by declaring a function that returns a React Element. function Greeting()