I'm not sure what happened with YouTube algos, but I'm pretty happy with them:
Just 1 day. Having in mind, that lately I produced video and it got 40 views xD
https://www.youtube.com/shorts/y9IEjdXgIZc
Just 1 day. Having in mind, that lately I produced video and it got 40 views xD
https://www.youtube.com/shorts/y9IEjdXgIZc
If you didn't get the prev one, or just didn't use react, this is the explanation:
This is how you get infinite loop.
useEffect's arrow function runs when the component is loaded OR when count is being changed. The useEffect has count as a dependency variable. So the component loads with count = 0, useEffect’s arrow func is executed, updating count variable, since it is dependency it rerenders component. This is how you get infinite loop.
OAuth Authorization Code React client pt3: Google
https://andreyka26.com/oauth-authorization-code-react-client-pt3-google
Eventually got some time to create React client for Google as well.
https://andreyka26.com/oauth-authorization-code-react-client-pt3-google
Eventually got some time to create React client for Google as well.
🔥2