How does form submission work?
I'm following the tutorial: https://fresh.deno.dev/docs/getting-started/form-submissions
It says:
It says:
When the user submits the form, the browser will navigate to/searchwith the query set as theqquery parameter in the URL. TheGEThandler will then filter the names array based on the query, and pass it to the page component for rendering.
Robustly handle user inputs using HTML `` elements client side, and form
submission handlers server side.
submission handlers server side.

