wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.63k stars 1.18k forks source link

Smart CRUD UI / forms #489

Open Martinsos opened 2 years ago

Martinsos commented 2 years ago

Add support in Wasp for easy creation of CRUD UI (based on Entities, or even potentially based on sub-DSL for building forms).

Martinsos commented 1 year ago

we can also go more in the direction of scaffolding

Martinsos commented 1 year ago

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

Martinsos commented 1 year ago

I saw this project: https://github.com/refinedev/refine -> maybe interesting as something we use under the hood, or as inspiration?

Martinsos commented 3 months ago

This one is also interesting, a find by @martinovicdev : https://www.npmjs.com/package/@m6oss/schema-form -> it creates a form based on a simple schema. So we could generate this schema quite easily based on Prisma and viola we get a form!