Alex Ruheni

Results 45 comments of Alex Ruheni

Hey 👋🏽 Thank you for your contribution to the examples! Here are a few things to note: - I would recommend keeping the API routes as they were - I...

Ah, I see. Thank you for the clarification. The `rest-nextjs-api-routes` example showcased how one could use Prisma in Next.js using API routes. I think we can simplify the example further...

Hey, I had some time to think over the example, and I think it would be a good idea to follow the Next.js best practices — making the Prisma query...

Yes, let's do away with the `GET` API Routes and move the Prisma queries to `getServerSideProps`

Hey, This looks good. The last minor change will be updating the `.github/tests/javascript/rest-nextjs/run.sh` by removing the `curl` request to `/api/feed` to get the tests passing.

- [ ] Blocked by https://github.com/MichalLytek/type-graphql/issues/1100

Hey @joshnuss, any updates on the example?

Hi @eternalmoon1234 👋🏽 Do you have any updates on this PR? Would you like any help pushing this across the finish line? 🙂

Hey @eternalmoon1234 👋🏽 Do you intend to pick up this PR, and do you need any help?

Hi @dominicfarr 👋🏽 Thank you for your contribution! The READMEs for all projects are being auto-generated based on the templates located in [./.github/readmes](https://github.com/prisma/prisma-examples/blob/latest/.github/readmes). Please add your changes to the corresponding...