Loren ☺️
Loren ☺️
So that updated section content can be fetched. Either every N days or w/ versioning. Probably by deleting `localStorage` key instead of using `CachePersistor`
Could do review detail page? And query splitting? https://www.apollographql.com/docs/react/recipes/performance.html#query-splitting
Atm we have: - all caps - end with the operation, eg `STARS_QUERY`, `FAVORITE_MUTATION` ```js const DELETE_REVIEW_MUTATION = gql` mutation DeleteReview($id: ObjID!) { removeReview(id: $id) } ` ``` What do...
> One example of local state is a user setting that for whatever reason we didn't want to send to the server to persist. Like what?
@moltar commented on [Tue Jun 12 2018](https://github.com/GraphQLGuide/graphql-rest-api-demo/issues/3) Seems like a mix of different fonts: http://take.ms/JEheo Using iBooks on latest macOS.
@lorensr commented on [Wed Mar 21 2018](https://github.com/GraphQLGuide/guide/issues/23) gives no results, and sometimes crashes Preview
@lorensr commented on [Fri Apr 06 2018](https://github.com/GraphQLGuide/guide/issues/25) Tracking https://github.com/claudio-silva/gitbook-plugin-prism-ext/issues/1
Something like this: https://differential.com/uploads/2017/06/06/1*f_XvFD7FvliMM74WHJ0vRQ.png for adding to `Multiple types of data` section of Ch 1