Skip to content

YinHk-Notes/Reactjs-notes-and-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React

This is code, notes, and snippets about React


Note: All React component names must start with a capital letter. If you start a component name with a lowercase letter, it will be treated like a built-in element like a <div> or a <span> . This is because of the way JSX works. In JSX, rendering a component that begins with a lowercase letter compiles down to React.

About

This is code, notes, and snippets about React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published