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

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

ความคิดเห็น • 1

  • @DevWebApp
    @DevWebApp  หลายเดือนก่อน +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