arunoda / react-komposer

Feed data into React components by composing containers.
MIT License
732 stars 70 forks source link

What might cause a db function to load the container twice? #150

Open jr69 opened 7 years ago

jr69 commented 7 years ago

Usually the process goes:

  1. Make a db change
  2. Container reloads

And everything is all fine. But in one of my cases its this:

  1. Make a db change
  2. Container reloads
  3. Container reloads

This is unwanted because it causes a single frame or two of flickering and it doesn't look good.

Is it because im using embedded arrays?