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:
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
I like that it's so short. It's more like a teaser, but that's great way to promote something that is now very famous :)
Simple. Fast. Straightforward.
My knowledge of react in general is really low. So I may need to find how to control CSS and look and feel.
I'm not sure how simple it will be with Blitz to do images, css, etc.
I'm thinking of doing more simple react projects and then doing blitz again later.
Nice overview. Could you please add navigation to this series? Thanks.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.