react-redux-form icon indicating copy to clipboard operation
react-redux-form copied to clipboard

Take around 1 second to change small size form

Open OscarYuen opened this issue 7 years ago • 1 comments

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

  1. Make a form with around 20 fields with reducer
  2. Getting data from backend
  3. 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

OscarYuen avatar May 06 '18 16:05 OscarYuen

Code example please.

davidkpiano avatar May 06 '18 16:05 davidkpiano