From a1c22d04d9104deadaa3212c5a2cad6cb2dfcfec Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sun, 13 Mar 2022 01:50:51 +0700 Subject: [PATCH] Resources added for Relay Modern (#1172) --- .../101-backend/content/119-graphql/101-relay-modern.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/119-graphql/101-relay-modern.md b/content/roadmaps/101-backend/content/119-graphql/101-relay-modern.md index b821c1bb5..55722ec2e 100644 --- a/content/roadmaps/101-backend/content/119-graphql/101-relay-modern.md +++ b/content/roadmaps/101-backend/content/119-graphql/101-relay-modern.md @@ -1 +1,7 @@ -# Relay modern \ No newline at end of file +# Relay Modern + +Relay is a JavaScript client used in the browser to fetch GraphQL data. It's a JavaScript framework developed by Facebook for managing and fetching data in React applications. It is built with scalability in mind in order to power complex applications like Facebook. The ultimate goal of GraphQL and Relay is to deliver instant UI-response interactions. + +Free Content +Official Website +Introduction to Relay modern