Introduction APIs are like bridges that help different computer programs talk to each other and share important stuff. They are significant in today’s digital world because they make different systems work smoothly. It’s like having a secret language...
Whenever a STATE VARIABLE is updated, React re-renders the entire component. useEffect's CB function is called only when the entire Component is rendered. The CB Fn. will be executed after every render/re-render (-) useEffect(()=>{ console.log('...