From bf2049d07dc6ee46b9258496e33e86018aae656c Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Fri, 29 May 2020 11:09:31 -0400 Subject: [PATCH] Fix incorrect section and out-of-date info for "Road to React" course (#2968) --- content/community/courses.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/community/courses.md b/content/community/courses.md index f8b775de..86e2d83b 100644 --- a/content/community/courses.md +++ b/content/community/courses.md @@ -18,8 +18,6 @@ permalink: community/courses.html - [React Armory: Learn React by Itself](https://reactarmory.com/guides/learn-react-by-itself) - With React Armory, you can learn React without the buzzwords. -- [The Road to Learn React](https://www.robinwieruch.de/the-road-to-learn-react/) - Build a real world application in plain React without complicated tooling. - - [Egghead.io: The Beginner's Guide to ReactJS](https://egghead.io/courses/the-beginner-s-guide-to-reactjs) - Free course for React newbies and those looking to get a better understanding of React fundamentals. - [Free React Bootcamp](https://tylermcginnis.com/free-react-bootcamp/) - Recordings from three days of a free online React bootcamp. @@ -49,3 +47,5 @@ permalink: community/courses.html - [Tyler McGinnis](https://tylermcginnis.com/courses) - Tyler McGinnis provides access to his courses for a monthly fee. Courses include "React Fundamentals" and "Universal React". - [Mastering React](https://codewithmosh.com/p/mastering-react/) - Build professional interactive apps with React. + +- [Road to React](https://www.roadtoreact.com/) - Your journey to master React in JavaScript.