1 00:00:06,540 --> 00:00:08,670 - Hello again, and welcome to Lesson 9. 2 00:00:08,670 --> 00:00:10,350 This is the first of two lessons 3 00:00:10,350 --> 00:00:11,183 where we're going to see 4 00:00:11,183 --> 00:00:13,380 how to test React applications. 5 00:00:13,380 --> 00:00:15,330 This lesson introduces React 6 00:00:15,330 --> 00:00:17,760 and shows how to create a simple React application, 7 00:00:17,760 --> 00:00:19,470 how to create components, 8 00:00:19,470 --> 00:00:21,812 and how to define the user interface. 9 00:00:21,812 --> 00:00:24,480 Then we'll see how to start making simple tests 10 00:00:24,480 --> 00:00:26,673 in our React application to get started.