## 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