A simple solution to our social media addiction.
YouTube allows users to turn off their watch history within the app. When history is turned off, it no longer provides personalized suggestions on the homepage or in Shorts. So, I did it — I turned of...
> Immer German for: always is a tiny package that allows you to work with immutable state in a more convenient way.
— Immer Documentation
Immer uses Proxies under the hood and therefore to understand the details of this library we need to know a li...
Hi Guys,
SO here is what we are going to learn to code today:
const useLoggedInUser = => {
const loggedInUser, setLoggedInUser = useGlobalState"loggedInUser", {}
return loggedInUser, setLoggedInUser
}
We can export this function and ...