When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Testing in React 18

This course will teach you techniques for automated testing of React applications. Each technique will include a discussion of the applicability of that technique and how it compares to other available options.

     
  • 4
  •  |
  • Reviews ( 45 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (45 reviews )
  • icon2 hour 4 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Testing in React 18

React is the worlds most popular frontend library. In this course, Testing in React 18, you'll learn to add efficient and maintainable automated tests to React applications. First, you'll explore how to design and build testable React components. Next, you'll discover how to integrate automated tests with your React project and build tooling. Finally, you'll learn how to use the React testing library to write tests for React components. When you're finished with this course, you'll have the skills and knowledge of React testing needed to confidently ensure the ongoing correctness of your applications.

What You Will Learn?

  • Course Overview : 1min.
  • React Testing Primer : 15mins.
  • Creating Testable Components : 13mins.
  • Testing Component Rendering : 31mins.
  • Testing Component Interaction : 14mins.
  • Detecting User Interface Regressions with Snapshot Testing : 11mins.
  • Testing Components That Include useState : 9mins.
  • Testing Components That Include useEffect : 12mins.
  • Testing Integrated Components : 14mins.