A test first approch (TDD) to coding with react and redux.
Examples of testing:
- Connected and unconnected components
- Component state and Redux state
- Action creators and reducers
- Complex action creators that use Redux Thunk and Axios
- Action creators called from connected components