DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
hexrcs profile image
Xiaoru Li • Edited

This is my current go-to stack:

  • TypeScript
  • React/Next.js
  • Urql/Apollo (GraphQL client)
  • PostgreSQL (Database)
  • Nexus (GraphQL framework)
  • Prisma (Database client)

Full disclosure I'm working on an internal app for Prisma, but it's sooo nice to have VS Code write half of my code for me thanks to type-safety and intellisense. Types defined in the database schema flow all the way to React components on the frontend. 💯💯💯

Wrote an intro to this stack last week :D