Exercise: RTL Queries
This exercise will allow you to put into practice what you have learned so far in this course.
We'll cover the following
Starter project
The project contains a Table
component in the Table.js
file in the src/Table
folder. The component renders an HTML table containing data we provide in a prop.
Run the app by executing the following command in a terminal:
npm start
Get hands-on with 1400+ tech skills courses.