Top
image credit: Adobe Stock

Intro to Blitz.js: A full-stack framework for Next.js

September 15, 2022

Via: InfoWorld

Blitz.js is an up-and-coming JavaScript framework built on React and Next.js. It is a full-stack, opinionated framework—meaning that it makes certain assumptions about how to structure your JavaScript applications. Perhaps the most interesting aspect of Blitz is its so-called zero-API approach, wherein the framework does the work of connecting the user interface to the back-end datastore.

Let’s get a hands-on tour of this interesting and unique take on JavaScript application development.

Read More on InfoWorld