React Movie Rating App - Code and Deploy React Intermediate Project

preview_player
Показать описание
Use the code PEDROTECH to save 10% on premium shared hosting and get up to 91% off on all yearly hosting plans.

Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

🌟 Gear / Hardware I Use and Recommend 🌟
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Tags:
- ReactJS Tutorial
- ReactJS
- NodeJS Tutorial
- API Tutorial

#reactjs #coding
Рекомендации по теме
Комментарии
Автор

Thanx Pedro, I am a final year engineering student from India, because of your React and Project playlists I got a Full-stack internship today. Keep up the good work, cheers!!

adhirajkar
Автор

An amazing video! I followed along over the course of a few days and I just finished it! My portfolio website will definitely be featuring my version! Thanks a bunch Pedro

allsparky
Автор

the issue with undefined being set in local storage on log in is due to setItem being called before the response arrives from the API, it can be fixed by using mutateAsync instead of mutate in your useMutation, the in the handleLogin async function you can await mutateAsync()

const { mutateAsync } = useMutation({
mutationKey: ["login"],
mutationFn: mutationLogin,
});

const navigate = useNavigate();

const handleLogin = async () => {
const data = await mutateAsync();
localStorage.setItem("guest_session_id", data.guest_session_id);
navigate("/");
};

legend
Автор

I just finished your react course with this firebase product, and now this video? Oh man, I'm lucky today

fokspoks
Автор

I got to the stage where you add the guest_session_id to localStorage I followed the instructions and also the comments here I get the guest_session_id properly from the api but in localStorage it is defined as undifned, can you help?

shaharle
Автор

After a long time one more epic shit keep growing: my language is urdu but basic understanding of English but i watch you tutorial i understand much stuff Like React tutorial

bilalnasirengage
Автор

46:00, guest_session_id = undefined in local storage. someone explain please!

Ridder-In-Harnas
Автор

thank you so much pedro, can you please share the code link as well

yrama
Автор

bro plese make a video on adding private chat feature in ur socket chat app please i kindly request you

roy-qneg
Автор

Tem algum vídeo de autenticação com api? Eu não estou achando nos seus vídeos.

williamandrade
Автор

hey pedro, can you explain single signin for multiple applications with react like sgare the authentication if i try to redirect thr link to second applicatiom from 1st application how?😊

meowWeee
Автор

while making the popular section cards, the image is not loading, when checking the network console iam getting a forbidden 403 reponse, how do i fix this?

anmolkharel
Автор

did anyone got error while fetching res.json file from mutation file to auth file

devasarathy
Автор

45:40 i can't slove this problem there is still not id begin saved

Shivamhirwani
Автор

pTech please how can i get the code tothis tutorial

osuagwudanielndubueze
Автор

Tried to fetch the rated movies api and it showed "the resource you requested could not be found"

Was anyone able to fix this?

Patoricko
Автор

I am having issue whenevaer I tried to login, the error I get is data undefined. can someone help me please! why is that happening?

quadriadisa
Автор

Got something wrong, the Movie rated me

Doggy_Styles_Coding
Автор

should we learn RTK Query? Is React Query enough?

sahargandomkar
Автор

hola. gracias por compartir este video. esta genial

Jhonnybexcerra