UNPKG

react-replay-seed

Version:
8 lines (7 loc) 177 B
export const greeting = (state = 'Hello World', action) => action && action.type && action.to && action.type === 'CHANGE_GREETING' ? action.to : state