Reading Notes

All the answers to some of the questions

View project on GitHub

Reading Notes for Day 38 of 401:

Reading

async actions

Why use Redux middleware? Consider the Redux Async Data Flow Diagram. Describe the flow in your own words. How are we accommodating async in our Redux app?

thunk middleware

Why would you need redux-thunk middleware? Redux Thunk middleware allows you to write action creators that return a __ instead of an action. Describe how any return value from the inner thunk function will be made available.

Things I want to know more about:

back to Table of Contents