Course lesson
Build a Page Template for a Dynamic Page in Next.js 13
Now that we have single post data loading on our dynamic page, let's build a template for the page to make it look better. We'll utilize more of the pre-built components that came with the template to the layout.
- Duration
- 3 min
- Access
- Included
- Transcript
- Retained from source evidence
Now that we have single post data loading on our dynamic page, let's build a template for the page to make it look better. We'll utilize more of the pre-built components that came with the template to the layout.
We'll also use Next.js Link Component to link back to the home page.
You can check out the components folder to gain a better understanding of the styles that are being applied to the page.