Please review the following resources before lecture:
This exercise will give you hands-on experience with the React framework and supporting tools to enhance a dynamic front-end application that communicates with a backend API.
npm install
and then run it using the npm run dev
command.npm install
and then run it using the npm run dev
command.ProgramList
component so that it calls the API to generate a list of programs using the returned data instead of the fake data. The needed HTML and CSS has already been provided for you.
@code-differently/types
package.[!NOTE] You can use the React Router tutorial to learn how to handle form submissions. You can also use the React Query guide to learn how leverage mutation to post to an API.