A short introduction to React Query
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 ...
eidsvik.hashnode.dev5 min read