Redux state management for Text-Inputs
Can we keep the states of text-inputs in reducers and update directly in store ?
As per my understanding states like these must be at component level because updating store onChange may cause performance issues.