Reading 29 - morgan-401-advanced-javascript/seattle-javascript-401n14 GitHub Wiki

Read

Combined Reducers

link

  • The combineReducers helper function turns an object whose values are different reducing functions into a single reducing function you can pass to createStore.

  • The resulting reducer calls every child reducer, and gathers their results into a single state object. The state produced by combineReducers() namespaces the states of each reducer under their keys as passed to combineReducers()

Skim

Atlassian DnD

link

Bookmark

MDN Drag and Drop API

link