Show different UI based on a loading state prop.
export default function App({ isLoading }) { // Render spinner when loading, content when done }