A short introduction to React Query
May 24, 2022 · 5 min read · Intro As you probably know React is a library for building UI's and not a framework. This means it's not very opinionated about how we fetch data and update the state to reflect the latest state. A naive approach to this might be to use the browser ...
Join discussion

