202404-Y-ZA-FSW / movies-project-siya-and-sharon

movies-project-siya-and-sharon created by GitHub Classroom
0 stars 0 forks source link

Functionality for lead actors #6

Open Sharolinah-23 opened 3 weeks ago

Sharolinah-23 commented 3 weeks ago

Create a function where the lead actors pictures direct you to the single actor page when clicked on.

Siya-Faith commented 3 weeks ago

I am still working on this however upon successful fetching of data (response.ok), history.push will be used to navigate to a new route (/actor/${actorId}/movies) with actorId as part of the route and data (movies related to the actor) as state.