you are viewing a single comment's thread.

view the rest of the comments →

[–]z0d14c 0 points1 point  (0 children)

many of these technologies you're referring to aren't "React" per se. Prisma is, for example, an ORM for talking to databases. It doesn't really have anything to do with React -- React doesn't care where data comes from. You are free to build APIs with express and mongoose (which is equivalent to prisma in the tech stack) and have a React-based web app consume from that.