ARGA-Genomes / arga-web

Monorepo for ARGA web components and API wrappers
Mozilla Public License 2.0
1 stars 0 forks source link

Move data fetching to React Query #46

Open nickdos opened 1 year ago

nickdos commented 1 year ago

https://tanstack.com/query/v4/

This is considered the best practice for data fetching. Should make code a lot cleaner and remove a lot of prop drilling that is currently a problem in the code base.