← Change LanguageSign in for overview
Concept vault
React Concepts
Master these core concepts one at a time.
Components
Components are small parts you combine to build the UI.
Start Learning →
JSX
JSX lets you write UI tags in JavaScript.
Start Learning →
Props
Props are values you give a component.
Start Learning →
State
PREMIUMState is memory that changes as users interact.
Subscribe to unlock
useEffect
PREMIUMuseEffect runs code after the UI is shown.
Subscribe to unlock
Event Handling
PREMIUMEvents fire when users click or type.
Subscribe to unlock
Lists and Keys
PREMIUMLists let you show many items from data.
Subscribe to unlock
Conditional Rendering
PREMIUMConditionals decide what the user sees.
Subscribe to unlock
Forms
PREMIUMReact forms keep input values in state.
Subscribe to unlock
Hooks Rules
PREMIUMHooks must be called the same way each time.
Subscribe to unlock
