|
|
|
|
|
by aurbano
976 days ago
|
|
Best thing you could do, spend some time learning how it works properly (query keys, invalidations... ) and how you'd set up things like pagination. If at any point anyone goes like "oh it doesn't seem to support this, we'll have to write some wrappers/custom stuff", take a step back and read the docs again or ask around - the library in general takes care of everything it should and gets out of the way really well otherwise. Happy to help with this. |
|
Debouncing (for interactive form validations) seems to be something that you still have to sort out yourself.
And I'm not sure how much work the mutation support saves in practice (compared to the extremely sophisticated Apollo cache).