Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement input reducer #3

Closed
nadeemkhedr opened this issue Feb 19, 2017 · 0 comments · Fixed by #9
Closed

implement input reducer #3

nadeemkhedr opened this issue Feb 19, 2017 · 0 comments · Fixed by #9
Assignees
Labels
Milestone

Comments

@nadeemkhedr
Copy link
Owner

nadeemkhedr commented Feb 19, 2017

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
@nadeemkhedr nadeemkhedr added this to the Release 1 milestone Feb 19, 2017
@nadeemkhedr nadeemkhedr self-assigned this Feb 19, 2017
@nadeemkhedr nadeemkhedr changed the title add input reducer implement input reducer Feb 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant