Session: Fresh: A Full Stack Web Framework for Deno
Fresh takes inspiration from existing frameworks to provide features like file-based routing, Islands architecture, server-side rendering and Typescript.
We’ll cover what makes Fresh possible, i.e. Deno and Preact, then dive into what Fresh is (a metaframework). We’ll dig into a bunch of features, and wrap things up with a demo.
Outline
- What is Deno?
- What is Preact?
- What is Fresh?
- Features:
- Static files
- Routes & Routing
- Data Fetching
- Middleware
- Error pages
- Styling story
- Islands Architecture
- Signals
- Partials and Client-Side Navigation
- Demo
- Questions