UNPKG

create-redux-apps

Version:

Utility to create pre configured React-Redux app. The Seed will help you build react-redux app very quick

8 lines 180 B
export default function(state=null,action){ switch(action.type){ case 'MOVIES_LIST': return action.payload default: return state } }