Skip to content

EntityStore: refactor all hooks to use callbacks

Alex Gleason requested to merge entity-request into develop

I couldn't make the request object idea do what I want, so I ended up making all the hooks use callbacks for fetching. I figure there's probably wisdom in react-query's design. The only difference is we require you to return an AxiosResponse in those callbacks.

Edited by Alex Gleason

Merge request reports

Loading