Further reading
If you are interested in more information about the concepts that we have learned in this chapter, take a look at the following links:
- Official documentation of the
json-server
tool: https://github.com/typicode/json-server - Official documentation of the
concurrently
tool: https://github.com/open-cli-tools/concurrently - Official documentation of TanStack Query for React: https://tanstack.com/query/latest/docs/framework/react/overview
- More information on cross-origin resource sharing (CORS): https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
- More information on the proxy setting in the Vite config: https://vite.dev/config/server-options#server-proxy
- More information on React strict mode: https://react.dev/reference/react/StrictMode
- Blog article about fetching data with React Hooks, without a library: https://www.robinwieruch.de/react-hooks-fetch-data/
- More information about Suspense: https://react.dev/reference/react...