Remix: React Framework part 2. Prisma and SQLite

November 20, 2023
react frontend remix sql sqlite prisma

This is the second part of our blog project using the Remix Framework! Let's focus on adding authentication and authorization to our app.

GraphQL in the server with Prisma

December 1, 2023
backend graphql prisma

GraphQL has different libraries that enhances the experience of the developer and helps us produce code easier. We can add Prisma as an ORM that enhances our connection with the client by adding resolvers to the queries.

How to use GraphQL on the client using Apollo and on the server using Prisma

December 2, 2023
react frontend backend graphql prisma

GraphQL has different libraries that enhances the experience of the developer and helps us produce code easier. In the case of React we have Apollo has a our connection with the server that uses Prisma.