nadeemkhedr/react-redux-typing-game

implement input reducer

Closed this issue · 0 comments

Development

  • add input reducer that handles INPUT_UPDATE and the store should look like this
store = {
  ...
  input: { text: '' }
}
  • add redux thunk and create a thunk action textUpdatethat will dispatch an INPUT_UPDATE and also if it founds any matching words, remove them and remove associated empty blocks