Skip to content

Latest commit

 

History

History
265 lines (198 loc) · 15.9 KB

redux-tutorials.md

File metadata and controls

265 lines (198 loc) · 15.9 KB

Redux Tutorials

Basic Introductions

Project-Based Tutorials

Redux Implementation Walkthroughs

Paid Courses and Books

  • The Complete Redux Book
    https://leanpub.com/redux-book
    How do I manage a large state in production? Why do I need store enhancers? What is the best way to handle form validations? Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications. (NOTE: Work in progress as of May 2016, but looks very promising.)

  • Developing a Redux Edge
    https://bleedingedgepress.com/developing-a-redux-edge/
    This book is for anyone wanting to learn about Redux, a predictable state container for JavaScript apps. It is aimed at intermediate developers who have a good understanding of creating single page applications with JavaScript.

  • Modern Web Apps with React and Redux
    http://code.tutsplus.com/courses/modern-web-apps-with-react-and-redux
    A paid course on TutsPlus that builds a spaced-repetition notecard app.