useStickyStateThe useState React hook is great for state that should be freshly initialized on every visit, but what about for state that should be persisted between sessions? A good example of this is filters.https://www.joshwcomeau.com/snippets/react-hooks/use-sticky-state/