learnreact.com is moving to
school.reactpatterns.com
.
get
50% off
while we move.
Learn React
Log in
Sign up
Essential React:
JSX
Subscribe
Overview
Project setup
ReactDOM.render and React.createElement
You are here.
Functional components
Props
Class Components
onClick and other events
Component initial state
setState - object form
setState - functional form
Conditional rendering in JSX
this.props.children
Fetching pokeapi data
componentDidMount
setState and fetch
Lists with Array.map()
componentWillReceiveProps
Component props
Render props
Separation of Concerns with components
Higher-order components
defaultProps
Render prop actions
Summary