Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add top-lvl support in Wasp for forms. #117

Open
Martinsos opened this issue Nov 3, 2020 · 1 comment
Open

Add top-lvl support in Wasp for forms. #117

Martinsos opened this issue Nov 3, 2020 · 1 comment
Labels
enhancement New feature or request hm Requires more thought

Comments

@Martinsos
Copy link
Member

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:

  1. Defining any form.
  2. Defining forms for editing entity.

Both are good candidates as Wasp features.
This certainly needs more investigation.

@Martinsos Martinsos added enhancement New feature or request epic Umbrella feature that encompasses multiple smaller features labels Nov 3, 2020
@Martinsos Martinsos added hm Requires more thought and removed epic Umbrella feature that encompasses multiple smaller features labels Mar 6, 2022
@Martinsos
Copy link
Member Author

Potentially interesting: https://github.com/iway1/react-ts-form -> library for reducing boilerplate when doing forms in React.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hm Requires more thought
Projects
None yet
Development

No branches or pull requests

1 participant