April 2020
Intermediate to advanced
716 pages
18h 55m
English
Once a course has been added by an educator and there are more updates to be incorporated, the educator will be able to edit the details of the course as its instructor. Editing a course includes the ability to update its lessons, as well. To implement this capability in the application, first, we will have to create a backend API that allows the update operation on a given course.
Then, this updated API needs to be accessed in frontend with the changed details of the course and its lessons. In the following sections, we will build this backend API and the EditCourse React component, which will allow instructors to change the course details and lessons.
Read now
Unlock full access