Skip to content

Commit 342328f

Browse files
author
Sashko Stubailo
authored
Add note to the top of mocking post about new docs
The concepts in the article are still accurate, but not all of the code samples. Hopefully we can update the contents soon, but until then it's good to have a note.
1 parent 1262e88 commit 342328f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/blog/20160419-mocking.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ date: 19 Apr 2016
66
byline: "Jonas Helfer"
77
guestBio: engineer at Meteor working on Apollo
88
---
9+
10+
> (Editor’s note — the concepts in this post are accurate, but some the code samples don’t demonstrate new usage patterns. After reading, consult the [graphql-tools docs](http://dev.apollodata.com/tools/graphql-tools/mocking.html) to see how to use mocking today.)
11+
912
Do you think mocking your backend is always a tedious task? If you do, reading this post might change your mind…
1013

1114
Mocking is the practice of creating a fake version of a component, so that you can develop and test other parts of your application independently. Mocking your backend is a great way to quickly build a prototype of your frontend, and it lets you test your frontend without starting up any servers. API mocking is so useful that a [quick Google search](https://www.google.com/?ion=1&espv=2#q=mock+rest+api) will turn up dozens of expensive products and services that promise to help you.

0 commit comments

Comments
 (0)