React: Testing and Debugging (Released 2020)
Duration: 1h 18m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 200 MB
Genre: eLearning | Language: English
Duration: 1h 18m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 200 MB
Genre: eLearning | Language: English
Tracking down bugs in React—and the many different pieces it communicates with—can be a challenge. While basic JavaScript testing and debugging tools certainly work, solutions designed specifically to work with React will save you time and effort. This course covers those tools, as well as tips and techniques to help you find, diagnose, and fix problems in your apps. Watch and learn how to test React code with Jest, debug with Chrome, check type with flow, and optimize your code with ESLint. Instructor Emmanuel Henri has packaged this course with everything you need to get started, including exercise files and setup instructions, and concludes with some next steps for exploring advanced debugging in React.
Topics include:
Setting up for React testing and debugging
Testing with Jest
Snapshot testing
Debugging with Chrome and Chrome extensions
Optimizing React code with ESLINT
Type checking