Open
Description
Given that many React applications use Redux, integration with Redux would be beneficial for a lot of people and lower the barrier to entry.
The goal is to keep the React Async state in the global Redux store so it can be integrated with the rest of the application state.
React Async already uses a reducer internally, so integration with Redux should be fairly straightforward. We can take inspiration from Redux Form.