nextjs-course-code
nextjs-course-code copied to clipboard
Source code for my NextJS course (https://acad.link/nextjs)
At event-item component **summary** css is called but it doesn't exists and css module, it gives an eslint error.
error - components\events\event-item.js (17:36) @ EventItem TypeError: Cannot read properties of undefined (reading 'replace') 15 | year: 'numeric', 16 | }); > 17 | const formattedAddress = location.replace(', ', '\n');...
Hello: In Lesson 190, once I add the line of code: `const postData = getPostData(slug);` Immediately I'm getting an 'ERR_REQUIRE_ESM' that keeps looping in the terminal. I have copied the...
I m wondering why is that,but thats the fact,inside [feedbackId].js api route js array methods simply doesnt work
When you use useSWR hook loading takes forever.
Amazing course. Just curious why you always use regular functions instead of arrow functions? I know practically there isn't any difference, but just curious why you opt not to use...
Can i contribute to improve the resources?