DEV Community

Discussion on: Deno. Recoil. Blitz.js. Javascript fatigue is back?

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

It's based on Next.js, but don't think also on Nest.
What I liked about it is how you export a function for the BE code, then simply use it in the FE. And Blitz is compiling it to an http call under the hood.

Collapse
 
martineboh profile image
Martin Eboh

Blitz is actually NextJS + Prisma..