Lecture 3 describes how to build and test React applications.
- How to use
debugger
keyword or breakpoints in browser?
- Presentational components
- Forms
- Controlled forms
- Uncontrolled forms
- Domain state vs local component state
- What are React hooks?
useState
hookuseReducer
hookuseRef
hookuseImperativeHandle
hook
- How to test React components?
- How to debug tests that run in NodeJS?