top | item 37941174

(no title)

aurbano | 2 years 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.

discuss

order

klauserc|2 years ago

It does seem to have an answer to most common challenges.

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).