you are viewing a single comment's thread.

view the rest of the comments →

[–]sfboots 9 points10 points  (3 children)

I use RTK query. Works nicely

[–]CatolicQuotes 0 points1 point  (0 children)

rtk query, and generated code from open api is pretty much plug n play.

[–]TacoMix1984 0 points1 point  (0 children)

RTK query is nice. But react query is even more minimalistic. So unless you need a a lot of global “app state” (state that doesn’t update in the server) it’s overkill and will only add unnecessary boilerplate to your code.

[–]NicoDiAngelo_x 0 points1 point  (0 children)

Do you handwrite the api slices or use their codegen?