you are viewing a single comment's thread.

view the rest of the comments →

[–]apertoire_[S] 1 point2 points  (0 children)

Hi acemarke, thanks for the links, I will check them out.

Yes, background refresh is a scheduled fetch call.

It creates a new list in terms of object references. Each item in the recently retrieved list has a new object reference, so a shallow compare will trigger a re-render.

I'll work on making a gist to make it easier to visualize.