data-feed Data feed UI presentation DEMO Requirements redux-form should be installed and configured with form reducer. import { combineReducers } from 'redux' import { reducer as formReducer } from 'redux-form' const rootReducer = combineReducers({ form: formReducer /* app's reducers */ });