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 - 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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Post requests in Strapi with the newsletter signup7m 7s
-
(Locked)
Hook up frontend to signup component in Strapi10m 16s
-
(Locked)
Strapi participant and event content type7m 21s
-
(Locked)
Feeding data into Strapi for all events6m 56s
-
(Locked)
Signup form JSX15m 50s
-
(Locked)
Styling: Signup form8m 56s
-
(Locked)
Signup form functionality: Sending data to Strapi from main events page18m 50s
-
(Locked)
Pregenerate individual event pages14m 12s
-
(Locked)
Event data processing4m 46s
-
(Locked)
Render individual event page based off Strapi data9m 43s
-
(Locked)
Sign up for specific event8m 56s
-
(Locked)
Fetch and filter upcoming events with a string query from Strapi15m 26s
-
(Locked)
Adjust featured items component for individual event page11m 26s
-
(Locked)
Styling: FeaturedItem component adjusted for event3m 45s
-
(Locked)
Fetch more events on individual event page & thank you10m 45s
-
(Locked)
-