Skip to content

implement input reducer #3

Closed
Closed
@nadeemkhedr

Description

@nadeemkhedr

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions