Javascript – Persist data between page reload in Reactjs
I am fetching data from a graphql API, and after fetching the data once, I want it to persist on page reloads, and it should only make a new API call when the query changes. I'm using @apollo/client to fetch…