nextjs-course-code
nextjs-course-code copied to clipboard
Source code for my NextJS course (https://acad.link/nextjs)
The customRenderer Image component's alt property should be set to `{image.properties.alt}` instead of `{image.alt}` : ``` ``` Thanks, -Ed
Instead of '' it is easier to use '' tag with 'element' prop within the tag. It makes it clear and easy to understand. Thanks for the Next.js course, it...
First things first, thanks for the tutorial! Neither the main nor the starting-prj branch contain the matching starter code shown at the 52:00 mark in the video at https://www.youtube.com/watch?v=MFuwkrseXVE I'm...
Hi, While I try to database MongoDB I got a lot of error reason: TopologyDescription { type: 'ReplicaSetNoPrimary', servers: Map(1) { '127.0.0.1:27017' => [ServerDescription] }, stale: false, compatible: true, heartbeatFrequencyMS:...
I'm finding that, even though I've gone through the npm install swr command twice, I'm getting an error for ./pages/events/[..slug].js. The error says Attempted import error: 'useSWR' is not exported...
Navigation and Hero update
nextjs project