Blitz.js: The Next.js Toolkit for Rapid Iteration

Aleksandra Sikora

View at original site


The main goal behind creating Blitz was to give you a tool for rapid full-stack development with the best developer experience possible. During my talk, I’ll introduce the core concepts and show what problems Blitz solves for you. We’ll see how to read and write data from the client with full typesafety and without messing with HTTP or serialization. We’ll also cover how to get more control over authentication and authorization with the Blitz Auth module, and how to get started with a new application.

About the Presenter

Aleksandra Sikora, Lead Blitz.js Maintainer at Flightcontrol

Related Resources

Quickly Jump to Line
Go to a specific line in a file using the Go to file popup.
Create Conditional Breakpoints
Add a condition to a breakpoint when debugging.
Debug Like a Pro: JavaScript Edition
Reach for the debugger first when learning about code, poking around, or fixing problems.