hsadler / learn-react-redux

Learning React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn-react-redux

Learning React and Redux via this online course.

how to use

Just open up the index.html files in a browser. Review the associated code for learning.

concepts to research that aren't in the examples:

  1. Passing redux store through component tree vs. use of the .context pattern.
  2. Usage of the react-redux lib for abstraction of the .context pattern.
  3. Extraction of action creators.

About

Learning React and Redux

License:MIT License


Languages

Language:HTML 93.1%Language:JavaScript 4.7%Language:CSS 2.3%