ConrabOpto / mst-query

Query library for mobx-state-tree
MIT License
110 stars 7 forks source link

Add global isLoading value on QueryClient #20

Open k-ode opened 2 years ago

k-ode commented 2 years ago

We can trivially expose if any query is currently in a loading state, which can be very useful to show global spinners etc.