You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
A [GraphQL](https://graphql.org) client for [React](https://reactjs.org) using modern [context](https://reactjs.org/docs/context) and [hooks](https://reactjs.org/docs/hooks-intro) APIs that’s lightweight (< 4 kB) but powerful; the first [Relay](https://relay.dev) and [Apollo](https://apollographql.com/apollo-client) alternative with server side rendering.
8
8
9
-
The [API](#api) can also be used to custom load, cache and server side render any data, even from nonGraphQL sources.
9
+
The [API](#api) can also be used to custom load, cache and server side render any data, even from non-[GraphQL](https://graphql.org) sources.
10
10
11
11
-[Setup](#setup)
12
12
-[Examples](#examples)
@@ -23,7 +23,7 @@ See the [`next-graphql-react`](https://npm.im/next-graphql-react) setup instruct
23
23
24
24
### Custom React setup
25
25
26
-
To install [`graphql-react`](https://npm.im/graphql-react) from [npm](https://npmjs.com) run:
26
+
To install with [npm](https://npmjs.com/get-npm), run:
0 commit comments