Dashboard
Active Users: {stats.activeUsers}
)
}
@endboostsnippet
### WhenVisible
Lazy-load a prop when an element scrolls into view. Useful for deferring expensive data that sits below the fold:
@boostsnippet("WhenVisible Example", "react")
import { WhenVisible } from '@inertiajs/react'
export default function Dashboard({ stats }) {
return (