From the course: Building a Website with Laravel, React.js, and Inertia

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Challenge: Show individual post page

Challenge: Show individual post page

(upbeat music) - [Instructor] Welcome to this challenge. We have almost finished our React application. There is only one last thing missing. We haven't created a page to display the details of a single post, and this is what I'm going to ask you to do now. You will need to create a new route. You will also need to create a new component. And finally, you will need to add a functionality to enable the user to click through to the page, either by adding another button, for example, view post, or by turning the title of the post into a link that will take the user to the next page. This is up to you. Everything you need to know to complete this challenge we have already implemented. You can go back and see how to create a route, how to create a component, how to click through to another page, or how to parse the data. Good luck and I will see you in the next video where I will walk you through my own solution to this challenge.

Contents