Transcript

Kent C. Dodds: 0:00 Here, we're going to render a React app and I just give you a very small little bit of background because most of what you're going to be doing is just here in the exercise, and it's a pretty quick and easy little exercise we've got for you.

0:12 We do have some extra credit that I think you'll find to be pretty interesting and useful. Definitely, don't miss out on that.

0:19 Here we're going to be working primarily in the src/index.js file. We'll start here in our index_exercise.js file. Here you'll find your friendly emoji to get yourself rocking and rolling.

0:33 One thing that might be useful for you to know is here in the public directory, if you go to that index.js, here is where we're going to be rendering our React component. Let's go ahead and get started in this exercise.