React MovieDB API: Movie Overview component and project wrap up

preview_player
Показать описание
This is the last video in the project series. I go over how to create the Movie overview component.

===============================================
DISCLAIMER: This video and description contains affiliate links. This helps support the channel and allows me to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Hola Jason recibe un cordial saludo gracias por el tutorial tenia algunas confusiones con el uso de la api gracias porque entendí bastante saludos desde Colombia :D

AlhejhoSkNxP
Автор

Jason you are my react king. Just made it to the end and I feel pretty confident in handling any api

daniel_narh
Автор

Really helpful tutorial. Good explanation. Thanks Jason

JulianPerez
Автор

really cool tutorial! to the point and extremely helpful ! really appreciate it, thanks

za.
Автор

Big thanks for a great tutorial! I learned a lot from this.

mickeberg
Автор

Really very good tutorial!! Thank you so much :)

LucasAmorim-utxx
Автор

Good series, thanks a lot, it was very helpful.
Only one suggestion for improving your content quality - please make a code bigger in VS Code.
It`s not hard to press Ctrl+ on your keyboard, but this tiny thing will make your audience a bit happier.

nivaech
Автор

Jason Why not use React Router for the movie details page

daniel_narh
Автор

great video! I have one question tho. If you search "dog" results shows more than 10 pagnations. However, I just want to show 10 page nation buttons. If I press next I want to update pagenations from 1-10 to 11-20. Could this be done?

kirhimlee
Автор

Thanks that was cool, can you make functionality to mark certain movies as favourites with a star in the results table. Functionality to add movies to a watch list and be able to view that list in a separate table.

thabangdansteyn
Автор

Hey Jason, thanks for the insightful tutorial. One quick question: when I display the movie cards, my grid has a bunch of gaps, meaning that the cards are not arranged evenly. Any idea about what might cause that? I'm using Materialize.css as well. Thanks :)

MrSuija
Автор

Hey bro, could you post the code on github ? I cant find the error. When I click on View More, in the console of some errors at the moment of loading and return to the "home page" only with the search bar. In the console says "Can not read property 'poster_path' of undefined". And there is some error in the MovieInfo component inside the App.

kaioalms
Автор

has anyone figured out how to get the genres

wr-cp
Автор

Can helpme to render the movie info in a modal?

DheiGxux
Автор

I dont know why, but Im getting an error: Unhandled Rejection (TypeError): data.results is not iterable
For:this.setState({movies: [...data.results], totalResults: data.total_results}).
I found out where is the problem, and the problem is in the api key!!

elavarasannarayanan
Автор

Rule 1 : Don't write style in to the HTML

HasanTezcan