Send data to back-end #851
-
|
Hello, Does React Query Builder can send to Data to Back-end? Thank |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
React Query Builder is focused on client-side query management (hence "React" in the name) and has some tools for converting queries into various formats irrespective of server- or client-side execution, but has no tools (or really any opinions, for that matter) on the API, network, or database connection layers. |
Beta Was this translation helpful? Give feedback.
-
|
thank you |
Beta Was this translation helpful? Give feedback.
-
|
I feel like I commented here before but apparently not? |
Beta Was this translation helpful? Give feedback.
-
|
Could you post your parser functions? |
Beta Was this translation helpful? Give feedback.
React Query Builder is focused on client-side query management (hence "React" in the name) and has some tools for converting queries into various formats irrespective of server- or client-side execution, but has no tools (or really any opinions, for that matter) on the API, network, or database connection layers.