Open
Description
Redux Toolkit and RTK Query are awesome, and have really made it easier to get things working quickly and well.
What would be really good though is to have support for the React Suspense API, so that we can render a fallback component whilst data is loading without needing to handle it in-component with the isLoading
flag.
It's not a huge deal, but it just makes things that little bit neater to have a wrapper around the component that handles this instead.
Cheers