From db7e8a3ec80478bad5eedc1084272a7fccb2accf Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 28 Sep 2018 12:28:05 -0400 Subject: Update readme.md --- readme.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index febf9fb..5fe676a 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,3 @@ # Advanced React + GraphQL Coming Soon! - - - -## Early Access Bugs Already Fixed - -* [x] Removed unused Prisma directory in starter files and finished app -* [X] Upgrade Next.js -* [x] Video 7 reset at 0:45 -* [x] Added note in video 1 to turn on custom title bar setting to get the colours to work -- cgit v1.3 From 12c6e01e6fffd6a26dc01a87f9475f3a2207948c Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 3 Oct 2018 11:26:46 -0400 Subject: Update readme.md --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 5fe676a..5ec7d5d 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,10 @@ # Advanced React + GraphQL Coming Soon! + + +## FAQ + +**Q:** Which Extensions for VS Code is Wes using? +**A:** All my extensions are listed on my dotfiles repo → https://github.com/wesbos/dotfiles but specifically this course uses [ESLint] +(https://github.com/Microsoft/vscode-eslint), [Prettier](https://github.com/prettier/prettier-vscode) -- cgit v1.3 From 052c60766f6cce6f278d34ea490888273254e9d3 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 3 Oct 2018 11:26:58 -0400 Subject: Update readme.md --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 5ec7d5d..08cafc9 100644 --- a/readme.md +++ b/readme.md @@ -6,5 +6,4 @@ Coming Soon! ## FAQ **Q:** Which Extensions for VS Code is Wes using? -**A:** All my extensions are listed on my dotfiles repo → https://github.com/wesbos/dotfiles but specifically this course uses [ESLint] -(https://github.com/Microsoft/vscode-eslint), [Prettier](https://github.com/prettier/prettier-vscode) +**A:** All my extensions are listed on my dotfiles repo → https://github.com/wesbos/dotfiles but specifically this course uses [ESLint](https://github.com/Microsoft/vscode-eslint), [Prettier](https://github.com/prettier/prettier-vscode) -- cgit v1.3