Technical requirements
In this chapter, we will add React Query v4 to our application. To do so, there are a couple of things we need:
- Your browser needs to be compatible with the following configurations:
- The Google Chrome version needs to be at least version 73
- The Mozilla Firefox version needs to be at least version 78
- The Microsoft Edge version needs to be at least version 79
- The Safari version needs to be at least version 12.0
- The Opera version needs to be at least version 53
- A React project after version 16.8
All the code examples for this chapter can be found on GitHub at https://github.com/PacktPublishing/State-management-with-React-Query/tree/feat/chapter_3