react-redux-form
react-redux-form copied to clipboard
Take around 1 second to change small size form
The Problem
I have to change the form value after getting the data from server But it takes around 1 second to setError and clearIntent in order to show all data filled
Steps to Reproduce
- Make a form with around 20 fields with reducer
- Getting data from backend
- it takes around 1 second to setError and clearIntent in order to show all data filled
Expected Behavior
It is expected to load all data in very quick manner
Actual Behavior
It takes 1 second
Code example please.