Learn Class Components in React

Head of Education at Scrimba. Passionate about learning.
About this course
A one-hour course to get you up to speed with class components in React
What you'll learn
Class Components Section Intro
3:31
ES6 classes review
5:00
Intro to class components
3:55
Class components practice
3:10
Frontend Career Path
1:58
State in class components
3:07
Setting state in class components
6:17
Challenge: convert to a class component with state
5:58
Constructor method in class components
7:55
Challenge: constructor method
2:09
Updating complex state with this.setState()
6:52
Lifecycle Methods Intro
2:49
Lifecycle methods: componentDidMount()
6:30
Lifecycle methods: componentDidUpdate() part 1
6:39
Lifecycle methods: componentDidUpdate() part 2
6:30
Lifecycle methods: componentWillUnmount()
4:08
Other Lifecycle Methods
3:25