dano-inc / react-query-helper

A helper library to use react-query more efficient, consistency
MIT License
145 stars 0 forks source link

0.1 Roadmap #6

Closed iamchanii closed 2 years ago

iamchanii commented 3 years ago

It should be providing a method to create a type-safe hook:

It should be supporting QueryClient's methods what related with query:

Documentation:

Dogfooding:

Actually, this library was a part of our project code. as soon as possible, I will replace that codes with this library and want to check production-ready.

  • [x] Add some method that related with infinite query
  • [x] getInfiniteQueryData
  • [x] ~getInfiniteQueriesData~
  • [x] setInfiniteQueryData
  • [x] ~setInfiniteQueriesData~
  • [x] Migrate our project code (1/2)
  • [x] Migrate our project code (2/2)
  • [ ] Reduce size?