Utility function that will wrap an arbitrary promise in order for it to
conform to the React Suspense API. By utilizing this higher order function
React components can participate in the Suspense workflow and enable the application
to display fallback behaviour while KOS data models or APIs are being fetched.
Utility function that will wrap an arbitrary promise in order for it to conform to the React Suspense API. By utilizing this higher order function React components can participate in the Suspense workflow and enable the application to display fallback behaviour while KOS data models or APIs are being fetched.