Concept Flow - Form actions with server functions
User fills form
User submits form
Form data sent to server function
Server function processes data
Server sends response
Client updates UI based on response
This flow shows how a form submission triggers a server function that processes data and sends back a response to update the UI.