2020-09-18
2835
#graphql#node
Jeremy Kithome
25358
Sep 18, 2020 â‹… 10 min read

Creating a Node.js GraphQL server using Prisma 2

Jeremy Kithome Software developer. #MUFC to infinity and beyond! Fortune favors the bold. From tomato farmer to API farmer.

Recent posts:

React useCallback: When And How To Use It For Better Performance

React useCallback: When and how to use it for better performance

What is useCallback? useCallback is a React Hook that memoizes functions, ensuring they maintain a stable reference across renders unless […]

Mike Flanagan
Feb 26, 2025 â‹… 6 min read
what is the virtual DOM in react

What is the virtual DOM in React?

Learn the characteristics of the virtual document object model (DOM), explore its benefits in React, and review a practical example.

Ibadehin Mojeed
Feb 26, 2025 â‹… 9 min read

A practical guide to switch statements in JavaScript

You might start with if...else statements. But as your logic grows more complex, you’ll discover the switch statement in JavaScript is simply better for handling multiple conditions in a clean and readable way.

Fimber Elemuwa
Feb 26, 2025 â‹… 6 min read
Building Multi-Step Forms With React Hook Form And Zod

Building a reusable multi-step form with React Hook Form and Zod

Use React Hook Form and Zod to build a multi-step form component in React that handles input validation, tracks form progress, and more.

Chinwike Maduabuchi
Feb 26, 2025 â‹… 13 min read
View all posts

One Reply to "Creating a Node.js GraphQL server using Prisma 2"

  1. One thing we do is to pass the Prisma Generated types as part of context, that way you can provide autocompletion and syntax highlighting

Leave a Reply