1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

feat: add urql content (#3483)

This commit is contained in:
Aroyan
2023-02-26 02:49:33 +08:00
committed by GitHub
parent 1a0d7463eb
commit 00b6217e63

View File

@@ -1,3 +1,7 @@
# URQL # 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. 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/)