W
Wasp-langβ€’2y ago
Jordan

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
matijash
matijashβ€’2y ago
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 πŸ™‚
Jordan
Jordanβ€’2y ago
look at blitzjs generate cli for inspiration, as i do πŸ˜‰
MEE6
MEE6β€’2y ago
Wohooo @Jordan, you just became a Waspeteer level 1!
matijash
matijashβ€’2y ago
got it! yeah blitzjs is giving us a lot of inspiration for some stuff, super helpful πŸ™‚ what was your experience with blitz?