learnreact.com is moving to
school.reactpatterns.com
.
get
50% off
while we move.
Learn React
Log in
Sign up
Essential React:
Component props
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
You are here.
Render props
Separation of Concerns with components
Higher-order components
defaultProps
Render prop actions
Summary