Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/_data/nav_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
title: Thinking in React
- title: Community Resources
items:
- id: learning-resources
title: Learning Resources
- id: conferences
title: Conferences
- id: videos
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/conferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: conferences
title: Conferences
permalink: conferences.html
prev: thinking-in-react.html
prev: learning-resources.html
next: videos.html
---

Expand Down
11 changes: 11 additions & 0 deletions docs/docs/learning-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
id: learning-resources
title: Learning Resources
permalink: learning-resources.md
prev: thinking-in-react.html
next: conferences.html
---

### [React.js Fundamentals Course](http://courses.reactjsprogram.com/courses/reactjsfundamentals)

The modularity of the React ecosystem is extremely powerful for building applications. However, this can be a difficult when you're first starting out. To get a React app up and running you typically need the right combination of React, Webpack, and Babel. In this course you'll start from a blank folder and you'll learn to build an application that encompasses everything you need to get started building a production ready application with React (including Routing, Ajax requests, and more). This course is a combination of videos, text, quizzes, and curriculum.
2 changes: 1 addition & 1 deletion docs/docs/thinking-in-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: thinking-in-react
title: Thinking in React
prev: tutorial.html
next: conferences.html
next: learning-resources.html
redirect_from: 'blog/2013/11/05/thinking-in-react.html'
---

Expand Down