From 00b6217e636db33b418e2e0aea1261fecc531d36 Mon Sep 17 00:00:00 2001 From: Aroyan <43630681+aroyan@users.noreply.github.com> Date: Sun, 26 Feb 2023 02:49:33 +0800 Subject: [PATCH] feat: add urql content (#3483) --- .../content/108-frontend-implementations/102-urql.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/graphql/content/108-frontend-implementations/102-urql.md b/src/data/roadmaps/graphql/content/108-frontend-implementations/102-urql.md index 6bad28c1a..1ea42abf6 100644 --- a/src/data/roadmaps/graphql/content/108-frontend-implementations/102-urql.md +++ b/src/data/roadmaps/graphql/content/108-frontend-implementations/102-urql.md @@ -1,3 +1,7 @@ # URQL -URQL is a highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow. It's built to be both easy to use for newcomers to GraphQL, and extensible, to grow to support dynamic single-app applications and highly customized GraphQL infrastructure. \ No newline at end of file +URQL is a highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow. It's built to be both easy to use for newcomers to GraphQL, and extensible, to grow to support dynamic single-app applications and highly customized GraphQL infrastructure. + +Visit the following resources to learn more: + +- [urql - Formidable Labs](https://formidable.com/open-source/urql/)