Fetching Data in React | TMDB API in React | Complete React Course

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • In this comprehensive React tutorial, you'll learn how to seamlessly integrate data fetching using the TMDB API into your React applications. This tutorial will provide you with the knowledge and tools to confidently integrate external data sources into your React projects.
    Hashtags:
    #ReactTutorial #TMDBAPI #ReactDataFetching #ReactCourse #ReactDevelopment #WebDevelopment #JavaScript #ReactJS #ProgrammingTutorial #APIIntegration #FrontendDevelopment #WebDevTutorial #CodingTutorial

КОМЕНТАРІ • 4

  • @mohteshimmaaz7556
    @mohteshimmaaz7556 Місяць тому

    code

  • @vivekranjan6192
    @vivekranjan6192 Місяць тому +1

    got error while loading image as "Failed to load resource: net::ERR_NAME_NOT_RESOLVED"

    • @arvindexplains
      @arvindexplains  Місяць тому +1

      Seems like you messed up with the image url. Make sure that you use this url to fetch the poster image and pass the correct poster_path - `image.tmdb.org/t/p/w500${movie.poster_path}`
      You can share your code here - stack-doubts.vercel.app
      and I'll make sure your error get resolved.

    • @vivekranjan6192
      @vivekranjan6192 Місяць тому

      ​@@arvindexplains thank you , its working as of now. Used wrong url thats why i am facing the error.