use wasp to do crud pages react and prisma?
Could wasp do prisma model generate prisma scaffold from it? With react
Use a custom set of templates as source?
4 Replies
Hey @Jordan ! π
tl;dr - not right now, but this is something we plan on adding in the future (sooner than later).
Our idea was that from the data models definition (in prisma) we could generate a lot of CRUD stuff for you (forms, tables, ...). One thing we do right now is generate a login/signup form for you which you can just import in your React code and that's it. https://wasp-lang.dev/docs/language/features#high-level-api
Can you share about what you were specifically interested in, what are you building? Feedback is super useful to make this happen faster π
look at blitzjs generate cli for inspiration, as i do π
Wohooo @Jordan, you just became a Waspeteer level 1!
got it! yeah blitzjs is giving us a lot of inspiration for some stuff, super helpful π
what was your experience with blitz?