ConrabOpto / mst-query

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

Initial data staletime #55

Closed k-ode closed 11 months ago

k-ode commented 11 months ago

Enables passing in initialData with a staleTime greater than 0 to skip initial fetch. Useful for hydrating queries with data from the server (like in RSC) or another component.