DEV Community

Discussion on: I tried Svelte

Collapse
 
emma profile image
Emma Goto πŸ™

If you're looking for something new to try, I'd recommend checking out Blitz.js!

GitHub logo blitz-js / blitz

⚑️The Fullstack React Framework β€” built on Next.js

Blitz.js

The Fullstack React Framework

Built on Next.js β€” Inspired by Ruby on Rails β€” New Fullstack Data Layer


New β€œno-API” data layer lets you import server code into your React components instead of having to fetch from an API.

Includes everything you need for production apps. Everything end-to-end from the database to the frontend.

Blitz brings back the simplicity and conventions of server-rendered frameworks like Ruby on Rails while preserving everything we love about React and client-side rendering!


πŸŽ‰ Alpha Release Now Available πŸŽ‰

  1. npm i -g blitz
  2. blitz new myapp
  3. Read the Alpha User Guide

or

  1. Start with the Blitz Beginner Tutorial

Architecture diagram

Features:
⚑️ Built on Next.js
⚑️ Don't have to build an API for client-side rendering
⚑️ Client-side rendering, Server-side rendering, and fully static pages all in the same app
⚑️ Full Typescript support with static, end-to-end typing (no code generation step needed like with GraphQL)
⚑️ React…

Collapse
 
titouansola profile image
Titouan Sola

Thank you! I put it on my list!