react-query-filter icon indicating copy to clipboard operation
react-query-filter copied to clipboard

[WIP] A query filter builder component in React.

Results 1 react-query-filter issues
Sort by recently updated
recently updated
newest added

Hey there, Loved the demo GIF. Can this be used with REST APIs as query parameters in any way? e.g. ``` my-api.com/products?first_name=John&last_name=Doe ``` where ```first_name = John``` and ```last_name =...