From 8e2673fe62f022e93cd17290bf2c814b628470ab Mon Sep 17 00:00:00 2001 From: Carlos Garcia <155784995+cgarciagarcia@users.noreply.github.com> Date: Sat, 3 Aug 2024 11:56:47 -0300 Subject: [PATCH] [DOCS] Update Frontend implementation with a new one --- docs/advanced-usage/front-end-implementation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/advanced-usage/front-end-implementation.md b/docs/advanced-usage/front-end-implementation.md index fe90478f..f532888a 100644 --- a/docs/advanced-usage/front-end-implementation.md +++ b/docs/advanced-usage/front-end-implementation.md @@ -1,6 +1,6 @@ --- title: Front-end implementation -weight: 3 +weight: 6 --- If you're interested in building query urls on the front-end to match this package, you could use one of the below: @@ -11,3 +11,4 @@ If you're interested in building query urls on the front-end to match this packa Pascal Baljet](https://github.com/pascalbaljet). - React: [cogent-js package](https://www.npmjs.com/package/cogent-js) by [Joel Male](https://github.com/joelwmale). - Typescript: [query-builder-ts package](https://www.npmjs.com/package/@vortechron/query-builder-ts) by [Amirul Adli](https://www.npmjs.com/~vortechron) +- Typescript + React [react-query-builder](https://www.npmjs.com/package/@cgarciagarcia/react-query-builder) by [Carlos Garcia](https://github.com/cgarciagarcia)