Prisma examples - I ran through the ORM Fullstack examples and have some feedback:
overall:
* no need to run npm install as that is done already
✓ Should we automatically install packages for you? Yes
* the default directory name starts with orm_
---
nextjs-api-routes:
- prerenders the drafts page so new drafts won't show up on that page until
the server is restarted/redeployed
nextjs-graphql:
- signup button does not respond
nextjs-trpc:
- works as expected
nuxt:
- works as expected; nice touch validating email address
sveltekit:
- works as expected
remix:
- iniital page doesn't show blog entries
- Creating draft has a title of "<h1>Signup user</h1>"
- Draft entry shows up correctly, but "Blog" tab is highlighted
nuxt-prisma-module:
- instructions say "git clone" but npx try-prisma@latest --template orm/nuxt-prisma-module
works just fine
- no seed data is present
- initial page shows only "No user has been added yet."5 Replies
Hello @rubys 👋
Thank you so much for taking the time to go through our examples repository and providing feedback 🙌
I believe you are in touch with my colleague @jonfanz, we will be transferring this feedback to prisma examples GitHub repository so that it can be tracked and worked upon.
Once again thank you so much for providing this valuable feedback 💯
Very cool. I'll be glad to open one or more issues if that would help. For context, I work for fly.io, and am working on making
fly launch
work for these examples (as well as the ones found in the Traditional (PaaS) guides).That is awesome to hear! 🎉
I'll be glad to open one or more issues if that would help.Yes, please do! It would be of immense help 🙏
5 issues opened.
You are amazing! 😄