Fix wrapping.

This commit is contained in:
James Harton 2018-04-08 17:16:10 +12:00
parent be3f4203d2
commit f897a62810

View file

@ -1,14 +1,8 @@
# Client-side GraphQL
So, a GraphQL API isn't much use without the ability to use it from the browser,
so here's where we implement the faces gallery as a client-side app. Whilst
it's possible to do progressive enhancement I've removed all functionality from
the faces controller to prove that all the data loading and changing is
happening via GraphQL.
So, a GraphQL API isn't much use without the ability to use it from the browser, so here's where we implement the faces gallery as a client-side app. Whilst it's possible to do progressive enhancement I've removed all functionality from the faces controller to prove that all the data loading and changing is happening via GraphQL.
I've used [React](https://reactjs.org/) and [Apollo
client](https://www.apollographql.com/client) via
[react-apollo](https://www.apollographql.com/docs/react/).
I've used [React](https://reactjs.org/) and [Apollo client](https://www.apollographql.com/client) via [react-apollo](https://www.apollographql.com/docs/react/).
Things to look at: