next-js-course
next-js-course copied to clipboard
if you're doing this on the latest nextjs version, you'll probably run into a problem when using user to flag a notFound, in this case instead of if(!user.name) do if(!user?.name)
Remove the Github api version as it seems it is deprecated and was giving unexpected results. Too lazy to make a pr. Here is the correct fetch calls. ```ts export...
when clicking on a post link, it opens a 404 not found page. This is the error: Could not load content for webpack://react-devtools-extensions/react-devtools-shared/src/backend/console.js (Fetch through target failed: Unsupported URL scheme;...
For those who are following through the course, You might encounter this issue in lesson 6  This is probably due to a typing issue caused by the latest version...
my code is not working how ever i copy the same code but whenever I request to the api the data is not coming
replaced img tag with Image tag
added images source url for the Image tag to function with incoming thumbnails
added install dependencies step. I forgot that and got stuck on it for a second.
next11 src/app/components/TodoList.tsx getting an error that todos is possibly undefined.