I would like to know if this is a bad practice or not:
<Form> sounds like something linked to the route logic and not to a Component. But when I have a Component that has a list of Buttons, each element needs to have its own <Form> so I can know which of the buttons and hidden associated inputs has been clicked.
I can illustrate with an example if the question is not self-explanatory