Concept Flow - Server action in client components
User clicks button
Client component calls server action
Server action runs on server
Server returns result
Client component updates UI
Shows how a client component triggers a server action, which runs on the server and returns data to update the UI.
