From 3b45dd7b593825721ec9ee9f6a49c732601b1ae0 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 21 Sep 2017 15:39:12 -0400 Subject: Cha Ching --- notes.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 notes.md (limited to 'notes.md') diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..798953c --- /dev/null +++ b/notes.md @@ -0,0 +1,40 @@ +## Link + +Before we use next-routes, our links look like this: + +```js + +``` + +Once we switch to next routes, our links look like this: + +```js +import { Link } from '../routes'; + + +``` + + +## Commonly Used Terms + +Enhancer - These are just high order components that "infuse" the data we want into our components via props + +Mutation + +Query + + -- cgit v1.3