From the course: The Freelance Stack: Real Project with Next.js and Strapi

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Fetch more events on individual event page & thank you

Fetch more events on individual event page & thank you - Next.js Tutorial

From the course: The Freelance Stack: Real Project with Next.js and Strapi

Fetch more events on individual event page & thank you

So you've made it, you made it to the absolute last video of this project, which is absolutely insane that you stuck it out until here. And we don't have much to do, but what we do want to do is, on our individual events page, we need also other events to be displayed here. Now there's a little bit of extra data processing, data fetching that we have to do here, but we will get it all done in this video. So how are we going to bring that in in the right way onto the individual event page? We are obviously going to open up exactly that page right that's our individual page right here and what we need to bring in is the featured items component and if we want to we can just open on the right hand side as well the general interest page right the main page of our events section of the website, and we're going to do very, very similar things than we're doing there. We can pretty much take this code here on the right hand side, we're just going to say other events here, and we're going to…

Contents