RunSnip
Learn to code
Open the editor
Learn to code
/
React
React
Components and state. Building a page out of functions that return markup.
1
Components and props
A function that returns markup, and the values you hand it.
2
State
Values a component remembers, and what changing one actually does.