I don't know if this has been asked before but I n...
# random
k
I don't know if this has been asked before but I noticed that Prisma makes quite a lot of examples using Next.js as well as with other things in the React ecosystem. Which is perfectly fine. However, this could give the naïve impression that Prisma is a React tool, it did for me the first time I heard of it. Is it that there isn't much demand for "non-React" tutorials or is it up to the community to make those examples/tutorials. I'm basing this on the prisma-examples repo.
e
What kind of backend examples would you like to see ? 🙂
k
fullstack examples with other frameworks. It doesn't necessarily bother me that there aren't many but would be cool to have a diverse set.
I'd be happy to contribute some once I'm competent with the tools of course
g
From my perspective it will be good to see “production-ready” example with authorization and etc, without any frontend part, just only playground 🙃
j
What other relevant frameworks are missing in the examples?
k
like frontend frameworks?
j
Exactly, what is missing in the examples repo.
k
I haven't seen ones with Vue and Svelte.
j
Ok, but wouldn't these use the exact same API (and Prisma project) under the hood?
k
Well yes. I guess it not really an issue then in that case. Thanks for taking time to discuss it though
j
Nah, it's a very valid point.
Do we have any examples where the backend uses Prisma and the frontend uses React?
Indeed we seem to, the Fullstack examples all use Next.js and e.g. the Express one has a completely separate backend and frontend app
k
Well technically the Next.js ones count in that case but there's no equivalent for that in Vue where the frontend framework can integrate with the API
j
Yep, I also checked not and think https://github.com/prisma/prisma-examples/tree/latest/typescript/rest-nextjs-express is the only really separate one.
So we could have another version of that with Vue?
k
SvelteKit however, seems to have something like Next.js API routes but since SvelteKit hasn't hit stable yet it would make sense not to have an example for it
j
Well, if you like SvelteKit feel free to already open a PR adding a project like that
k
alright. Cool 👍 hopefully I can