Building a web app and need global state
Building a web app and need global state? You might not need a global state library.
Consider using the browser’s global state:
URL
Cookie
IndexDB
Local Storage
Browser cache
Session Storage
window
Building a web app and need global state? You might not need a global state library.
Consider using the browser’s global state:
URL
Cookie
IndexDB
Local Storage
Browser cache
Session Storage
window