Tips on integrating with JSON:API? #955
-
I'm investigating architecture for an upcoming project at work which might be using the JSON:API spec, which I have never used. For reasons specific to the UI use case, I'd like to use React Query on the frontend, which I also have never used. I couldn't find any examples of the two used together in practice, and before I do too much digging I'm wondering if there are strong opinions that might help me determine whether or not to use them in conjunction. Any shared experience would be most helpful 😄 thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
You can definitely use them together. We are also investigating ways to use schemas and specs like JSON APIs to make React Query even "smarter" than it already is. For now though, you can follow the documentation as is and you won't have any issues. |
Beta Was this translation helpful? Give feedback.
You can definitely use them together. We are also investigating ways to use schemas and specs like JSON APIs to make React Query even "smarter" than it already is. For now though, you can follow the documentation as is and you won't have any issues.