react-query-cached-in-60-minutes
react-query-cached-in-60-minutes copied to clipboard
- Run
yarnand thenyarn devlocally. - The Next.js API server is an in-memory local server, so the data is not actually persisted to disk. The posts that are stored or altered will be reset when the server restarts or when a file is saved and the server is recompiled.
- Open http://localhost:3000 with your browser to see the result.