Commit Graph

29 Commits

Author SHA1 Message Date
Stephen Barlow
b6227e4b8b Rename instances of Engine to Graph Manager 2019-08-20 11:02:42 -07:00
Hugh Willson
f6b699d35f Update docs/source/tutorial/client.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:15:56 -04:00
Hugh Willson
b102fc0561 Update docs/source/tutorial/client.md
Co-Authored-By: Peggy Rayzis <peggyrayzis@gmail.com>
2019-08-05 13:15:32 -04:00
hwillson
cba0b76617 Connect your API to a client Hooks changes 2019-08-04 13:40:32 -04:00
Trevor Blades
b53ed6b343 Clean up markdown for use with gatsby-remark system 2019-05-29 15:35:25 -07:00
Danielle Man
7bdbdea2b2 Merge branch 'master' into patch-1 2019-03-19 23:43:13 -07:00
Michael Neeley
faa851a61b Remove Unnecessary Import
gets rid of a linter error:

./src/index.js
  Line 7:  'gql' is defined but never used  no-unused-vars
2019-03-10 14:30:36 -04:00
Michael Neeley
e4a0ec7544 Added Import Statements
Just added the necessary import statements so a beginner doesn't get errors on build.
2019-03-10 14:08:01 -04:00
Bill Fienberg
7c4a4173e6 Replace double quotes with single quotes 2019-03-03 02:24:30 -06:00
Bill Fienberg
d5981645f8 Add import for React
Without React, the code throws the following error:
`'React' must be in scope when using JSX  react/react-in-jsx-scope`
2019-03-03 02:23:48 -06:00
Bill Fienberg
20df5cc0c9 Add import for ReactDOM
In the Connect your client to React section, the code doesn't work without importing `ReactDOM`.
2019-03-03 02:11:07 -06:00
Hugh Willson
a0601e17e5 Remove apollo-client alpha reference 2019-02-27 10:17:29 -05:00
Jonatan Kłosko
080d87cf9b Fix duplicated heading id in the docs. (#312) 2019-01-24 12:32:41 +02:00
Borek Bernard
62fbe65597 Fix Markdown formatting in client.md (#315) 2019-01-24 11:57:05 +02:00
Scott
014cfe7d33 Client: Add time to finish and helpful context (#292)
* Update client.md

Some corrections/ improvements. Fixes https://github.com/apollographql/fullstack-tutorial/issues/36

Scott

* Update client.md

Add time to accomplish.

* Update client.md

* Update client.md

* Update client.md
2019-01-17 11:13:23 -08:00
Brian
a1a628f5a7 Update client.md (#262)
Client does not start up without cache or link properties defined.
2019-01-17 10:49:01 -08:00
Peggy Rayzis
d07efee1f7 Update all code samples 2018-11-07 09:26:27 -08:00
Peggy Rayzis
df4fcdaa20 Added section on mutations and local state 2018-11-07 09:26:27 -08:00
Peggy Rayzis
22aae627be Reworked setting up client page 2018-11-07 09:26:27 -08:00
unicodeveloper
6a6b57e20a Define the gql tag 2018-11-07 09:26:27 -08:00
unicodeveloper
7512fc0891 Add little notes about apollo-link-http and apollo-cache-inmemory 2018-11-07 09:26:27 -08:00
unicodeveloper
09121386b6 Add codesandbox demo 2018-11-07 09:26:27 -08:00
unicodeveloper
805a48ac65 Modify Introduction 2018-11-07 09:26:27 -08:00
unicodeveloper
91d293ee42 Modify description again 2018-11-07 09:26:27 -08:00
unicodeveloper
ed122ce898 Modify the description 2018-11-07 09:26:27 -08:00
unicodeveloper
b1627a43c3 Add instructions for installing React 2018-11-07 09:26:27 -08:00
unicodeveloper
1a9af7dc3d Add setting up client environment 2018-11-07 09:26:27 -08:00
Peggy Rayzis
7e7d6912a2 Edited the structure, added page on resolvers 2018-11-07 09:26:27 -08:00
Peggy Rayzis
272bb41b2a Add outline 2018-11-07 09:26:27 -08:00