Blitz.js is a fullstack React framework built on top of Next.js inspired by Ruby and Rails.
It includes everything from the database to your frontend all inside a single app. Only one development server. Only one thing to deploy.
Instead of having an API Layer, it allows you to import server code into your frontend and call it like like a normal function.
You will have one thing to deploy to a server or serverless.
In this collection, you will learn how to get started with Blitz.js. After watching this collection you will be able to: