Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Feb 26, 2018
2 parents 02bfb44 + 9f9b681 commit 3b53f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
An easy-to-follow, step-by-step tutorial that demonstrates key concepts like loading data, initializing state, and handling input changes.

- **Microservices with Docker, Flask, and React**
https://testdriven.io/part-one-intro/
https://testdriven.io/part-one-intro
A large multi-part tutorial covers setting up a dev environment using Docker containers, building a REST API server with the Python Flask framework, building a UI with React, and deploying it all to Amazon EC2.

- **Create a Spreadsheet using React**
Expand Down
2 changes: 1 addition & 1 deletion redux-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
A great introduction to Redux's core concepts, with explanations of how to use the React-Redux package to use Redux with React.

- **React Redux Tutorial for Beginners: Learning Redux in 2018**
https://dev.to/valentinogagliardi/react-redux-tutorial-for-beginners-learning-redux-in-2018-13hj
https://www.valentinog.com/blog/react-redux-tutorial-beginners/
An excellent tutorial that covers a variety of Redux fundamentals, including a look at the problems Redux helps solve, when you should learn and use Redux, actions and reducers, the Redux store, and how to connect React components to Redux.

- **Single State Tree + Flux**
Expand Down

0 comments on commit 3b53f7b

Please sign in to comment.