learnreact.com is moving to
school.reactpatterns.com
.
get
50% off
while we move.
Learn React
Log in
Sign up
Essential React:
Higher-order components
You need a subscription!
Subscribe now and get access to
all
courses for
1 year
.
Subscribe for $36
Already a subscriber?
Log in
Overview
Project setup
ReactDOM.render and React.createElement
JSX
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
You are here.
defaultProps
Render prop actions
Summary