You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defining forms is often painful and boilerplatish, and on the other hands it is mostly declarative, so it makes a lot of sense to have direct support for forms in Wasp, in declarative fashion.
We were already experimenting somewhat with it before, so it might be worth taking a look at that code for inspiration.
There are two levels to this:
Defining any form.
Defining forms for editing entity.
Both are good candidates as Wasp features.
This certainly needs more investigation.
The text was updated successfully, but these errors were encountered:
Defining forms is often painful and boilerplatish, and on the other hands it is mostly declarative, so it makes a lot of sense to have direct support for forms in Wasp, in declarative fashion.
We were already experimenting somewhat with it before, so it might be worth taking a look at that code for inspiration.
There are two levels to this:
Both are good candidates as Wasp features.
This certainly needs more investigation.
The text was updated successfully, but these errors were encountered: