React hooks
Introducing a couple of react hooks that will make it easier to leverage saga-query.
- useQuery: hook to automatically load the data as well as the associated loader
- useSimpleCache: hook to use a simple cache with its data and loader
Introducing a couple of react hooks that will make it easier to leverage saga-query.