DEV Community

Discussion on: Build an amazing Job Search App using React

Collapse
 
paulmcaruana profile image
Paul Caruana

Great tutorial. When I click on the job I am not taken to the description and not sure why. Any thoughts?

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Thanks. Have you added the onClick Handler inside the components/JobItem.js file for the div like this?

<div className="job-item" index={index + 1} onClick={() => onItemClick(id)}>
Enter fullscreen mode Exit fullscreen mode

You also need to add the handleItemClick function inside the HomePage.js file like this

const handleItemClick = (jobId) => {
    setPage('details');
    setJobId(jobId);
  };
Enter fullscreen mode Exit fullscreen mode
Collapse
 
about_exam profile image
All About Sarkari Result Exam

First of all, I warmly welcome you. He has given very good information. For computer, internet, technology information, you can visit our website. You keep on giving similar information in future also. Which helps a lot to all of us.