Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Past Talks Pages Dynamic #42

Open
Nealium104 opened this issue Mar 4, 2024 · 0 comments
Open

Make Past Talks Pages Dynamic #42

Nealium104 opened this issue Mar 4, 2024 · 0 comments

Comments

@Nealium104
Copy link
Collaborator

Next.js has the ability to make dynamic pages and display routes dynamically. We'll make a folder of each Past Talk with a date such as 'Oct2023'. That folder should contain an array of objects to be passed into a new component for rendering on each route. This should make it easier to maintain as more talks are added. After each talk, it should be as simple as making a new folder, and then copy-pasting an object. Should be just a rework of existing material with the addition of 3-4 components.

Relevant documentation can be found here:
https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes
https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#generating-static-params

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant