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
⚛ FREE React Course (download & bonus content) - calcur.tech/free-react-course
React UA-cam Playlist - calcur.tech/react-playlist
Code - github.com/CalebCurry/react
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
You explain so well. thank you
Great video, Thank you
Just brilliant! As always you did an excellent job explaining this important concept! I really appreciate the effort you put in your videos.
Vielen Dank!
What is the difference if I use console.log('State Updated') without useEffect? ?
It would just print without listening to a state variable. So it will log when the component is called