Send the data through the action instead of relying on the FromFormData #14

Closed
opened 2024-06-05 21:28:30 +00:00 by mitchell · 0 comments
Owner

This might make sense as it directly passes the data struct that we already have. This might require some more hard to define trait bounds and might not be worth it.

This could also be a foot-gun for those who want the progressive enhancement. Leaving this to ActionForm and Form would enforce them to do that correctly.

This might make sense as it directly passes the data struct that we already have. This might require some more hard to define trait bounds and might not be worth it. This could also be a foot-gun for those who want the [progressive enhancement](https://book.leptos.dev/progressive_enhancement/index.html). Leaving this to ActionForm and Form would enforce them to do that correctly.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MarinoDev/leptos_form_tool#14
No description provided.