useEffect Dependency Array Explained - React Tutorial 21

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 8

  • @codebreakthrough
    @codebreakthrough  2 роки тому

    ⚛ FREE React Course (download & bonus content) - calcur.tech/free-react-course
    React UA-cam Playlist - calcur.tech/react-playlist
    Code - github.com/CalebCurry/react

  • @laxlyfters8695
    @laxlyfters8695 2 роки тому +1

    React is beyond awesome. I cannot wait until you make videos on how to get react to communicate with a node.js backend. I was in tears when I understood how to send request from the frontend to the backend and why it is important because in react even if using a .env variable it is impossible to prevent from exposing your api keys since it runs in the browser

  • @somaadina8102
    @somaadina8102 Рік тому

    You explain so well. thank you

  • @hieuangtrung7795
    @hieuangtrung7795 2 роки тому +1

    Great video, Thank you

  • @gualdim
    @gualdim 2 роки тому

    Just brilliant! As always you did an excellent job explaining this important concept! I really appreciate the effort you put in your videos.

  • @ДмитрийЮсов-н4ъ

    Vielen Dank!

  • @ukaszsmagora250
    @ukaszsmagora250 Рік тому

    What is the difference if I use console.log('State Updated') without useEffect? ?

    • @Duge6124
      @Duge6124 3 місяці тому

      It would just print without listening to a state variable. So it will log when the component is called