Concept Flow - GET requests in components
Component starts
Setup function runs
Trigger GET request
Fetch data from server
Update reactive state
Component re-renders with data
User sees updated content
This flow shows how a Vue component triggers a GET request during setup, updates its state with the fetched data, and re-renders to show the new content.