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/)