mirror of
https://github.com/zhigang1992/redux.git
synced 2026-06-18 07:29:09 +08:00
* Add a note that action creators do not have to be pure As a result of this PR: https://github.com/reactjs/redux/pull/1589#issuecomment-206778709 I understood that some of my understanding about Action Creators were false. This PR aims to make the fact that action creators are the places where to make API calls more explicit and clearer for future readers. * Add note to finish basic tutorial before heading to advanced tutorial
Table of Contents
- Read Me
- Introduction
- Basics
- Advanced
- Async Actions
- Async Flow
- Middleware
- Usage with React Router
- Example: Reddit API
- Next Steps
- Recipes
- FAQ
- Troubleshooting
- Glossary
- API Reference
- Change Log
- Patrons
- Feedback