I’m assuming by “browser cache” you mean local/session storage. This is only needed when you need to persist data across user sessions (they leave the page and come back)
The browser cache is a blackbox from js perspective.
useContext
I’m assuming by “browser cache” you mean local/session storage. This is only needed when you need to persist data across user sessions (they leave the page and come back)
The browser cache is a blackbox from js perspective.
useContext