illustration for Getting Started with Blitz.js

Getting Started with Blitz.js

Instructor

Khaled Garbaya
13m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
3.9
119
people completed
Bookmark
Download
RSS

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:

  • Create a new Blitzjs Project
  • Create Pages
  • Work with the database in your app