Concept Flow - Script component for third-party scripts
Start Next.js Page
Import Script Component
Add <Script> with src and strategy
Next.js Loads Script Based on Strategy
Script Executes in Browser
Page Renders with Script Effects
This flow shows how Next.js loads and runs third-party scripts using the Script component with different loading strategies.