Blitzjs
Getting started with Blitz.js | Complete guide with examples
Blitz.js is a full-stack React framework with a zero-API data layer built on Next.js and inspired by Ruby on Rails. Blitz.js uses the concept of the "Zero-API" data layer. This Zero-API enables us to add server code in the React components, Blitz.js will generate the HTTP API at build time. This removes the need of adding API endpoints in our project and making an HTTP request to them via the client-side.