Next.js & Contentful Site Build Tutorial #3 - Contentful Client

preview_player
Показать описание

🐱‍💻 🐱‍💻 Course Files:

🐱‍👤🐱‍👤 JOIN THE GANG -

🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Useful playlists:

🐱‍💻 🐱‍💻 Other links:

🐱‍💻 🐱‍💻 Social Links:
Рекомендации по теме
Комментарии
Автор

i just finished ur CSS for Marioclub. It was for my school work but in the end i learned alot i wanted for making websites, i might take the mario one as an example bc it turned out so good. Ty very much 👍

gameidunreal
Автор

Next and Contentful is my current stack to grab and go 😁😁😁

Rolanditou
Автор

Thanks for this series it's an amazing contribution! One question I have is how will you do if you want to filter the recipes?

edgardo
Автор

Let's say we want to make a website with multiple unique pages with different sections and different content types on them. What would be the best practices for data structure and fetching (how to avoid multiple requests etc)?

vladimir_dev
Автор

My environment variables are not working 😞😞

TitasMallick
Автор

Net Ninja is so underrated!! Lets get him to 1Million Subs!! Thanks for all your Tutorials!!

Asuuri
Автор

can we create content for website page wise like home page content, about us page content etc? what is ideal format or structure for that
?

haseebiqbal
Автор

Thank you for all you do netninja, you really helped me, understand Vue then... But please do you mind doing stuff like this for Vue too... Please

franklinokolie
Автор

when I create .env.local the icon on VSC is not like on the video....looks like regular file?

realtorBG
Автор

How to connect to contentful graphql api ?🙃

mustafawael
Автор

Everything that is staticProps is rendered serverside, which means, it's not exposed on client-side.

AndriusLau
Автор

I don't see you using optional chaining, but I think it's a really useful new feature of JavaScript, is there any particular reason you don't use it or maybe you do use it and I just haven't caught onto it? I would love to know which is it, thanks :D

mudyeet_
Автор

Are we supposed to install contentful with npm first? Did I miss this in a previous video?

bmehder
Автор

you're probably not looking at this comments section anymore, but it's worth a try. Anyway, I continue getting the error @7:45 even after killing and restarting the server several times. My code looks exactly like yours, so I don't know where I went wrong. any ideas?

bobobobbyboy
Автор

thumbs up for the "spread the joy" joke

The-cyber-imbiber
Автор

When someone have problem with env.local. file there is a solve:
make next.config.js file in project folder and place this code
module.exports = {
env: {
CONTENTFUL_SPACE_ID: " your id key",
CONTENTFUL_ACCESS_KEY: " your api key",
},
};

zoranmatijevic