I'm making a page using react redux which has 14 input tags.
I have 14 different names in state for each of the input tag.
What do I do to update the state whenever any of the input changes?
Do I need to write actions and reducers for every input tag?