React/Redux Lessons

Egghead.io Tutorials

Running

To start a dev server at localhost:3000 run:

cd [react-app|redux-app|idiomatic-redux-app]
npm install
npm start

Git repository of this projects contains tags for every tutorial.

See all tags

Run git tag or git tag -n with messages for list of all available tags

Checkout repo at tag

Run git checkout <tagname> to move your current branch to a state at specified tag.

Checking difference

Run git diff <tagname> <course-last-tagname> to see how is course-last-tagname state of the repo different from the tagname state.

Implementing Redux Store, Dispatching Actions Asynchronously with Thunks link