Trying out react's new data fetching release (22nd November 2019)
Avialable in experimental mode.
Documentation: https://reactjs.org/docs/concurrent-mode-suspense.html
TLDR: Allows you to susspend data rendering functions if data needs to be loaded from (i.e.) an external source.