From fd01f1939b8db1e2da911b058f685cdb01bf3e71 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 13 Apr 2018 11:03:27 -0400 Subject: Death to index --- frontend/notes.md | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'frontend/notes.md') diff --git a/frontend/notes.md b/frontend/notes.md index 3b8c1da..9ea38ef 100644 --- a/frontend/notes.md +++ b/frontend/notes.md @@ -1,37 +1,5 @@ -## 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