Create Meme Generator App in React | ReactJS Tutorial with Promises, Fetch API, JSX, and hooks

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

Комментарии • 1

  • @DevWebApp
    @DevWebApp  2 месяца назад +1

    ⌚Timestamps:
    0:35 Setting Up the ReactJS Project with ViteJS
    2:57 Create Meme functional component
    5:03 API for meme's images
    6:50 Styling the App with CSS
    10:50 Hook 'useState' to keep meme's state
    11:55 Hook 'useEffect' to retrieve memes from API using Fetch API with Promises
    15:09 Displaying the image and text from the state and dynamically changing them
    25:00 Final Testing of the Meme Generator Application