If you are interested in more information about the concepts that we have explored in this chapter, take a look at the following reading material:
- Official documentation of json-server: https://github.com/typicode/json-server.
- Official documentation of concurrently: https://github.com/kimmobrunfeldt/concurrently.
- Official documentation of axios: https://github.com/axios/axios.
- Official documentation of react-request-hook: https://github.com/schettino/react-request-hook.
- Create React App documentation on configuring proxies: https://facebook.github.io/create-react-app/docs/proxying-api-requests-in-development#configuring-the-proxy-manually.
- Fetching data with React Hooks: https://www.robinwieruch.de/react-hooks-fetch-data
- When to use useMemo: https://kentcdodds.com/blog/usememo-and-usecallback