smart-data-lake / sdl-visualization

Visualization for SDLB config
GNU General Public License v3.0
4 stars 1 forks source link

implement useConfig by useQuery #54

Closed zzeekk closed 1 year ago

zzeekk commented 1 year ago

Hi @Entouanes,

This is a try to simplify loading config by react-query, e.g. the useConfig hook. I also touched Fetcher class to make indirect use of manifest loaded by useManifest.

Further i added react-query-devtools in order to supervise queries while developing (check button on the bottom left). This should be only be visible in dev build, lets see...