Recreate 'Reload Data' Behavior

Hey, to mimic the reload data from the editor, you would need:

  • a fetch on all your collections (in parallel to load faster)
  • a loader and animation that is displayed when a collection isFetching
  • displaying your collection when a collection isn’t isFetching anymore
1 Like