My JavaScript full-stack stack in 2022

Steve Mu
Aug 3, 2022

--

Framework: Nextjs

Database: Prisma with Mongodb

Backend API: Nextjs with https://next-api-decorators.vercel.app/

UI library: Material UI. I write CSS inline with Mui `sx` props.

fetch helper: React Query, which provides caching and loading states

form management: React Hook Form

--

--