Skip to content

Commit 5a944d0

Browse files
Merge pull request #789 from timscodebase/main
fresh-deno
2 parents 7a962dc + fcd4c8a commit 5a944d0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/site/generators/fresh.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: fresh
3+
repo: denoland/fresh
4+
homepage: https://github.com/denoland/fresh
5+
language:
6+
- node-fetch
7+
- typescript
8+
license:
9+
- MIT
10+
templates:
11+
- next-sh
12+
- tailwindcss
13+
description: Fresh is a next generation web framework, built for speed, reliability, and simplicity
14+
---
15+
16+
Fresh is a next generation web framework, built for speed, reliability, and simplicity. Some stand out features:
17+
18+
- Just-in-time rendering on the edge.
19+
- Island based client hydration for maximum interactivity.
20+
- Zero runtime overhead: no JS is shipped to the client by default.
21+
- No build step.
22+
- No configuration necessary.
23+
- TypeScript support out of the box.
24+
25+
Fresh embraces the tried and true design of server side rendering and progressive enhancement on the client side.

0 commit comments

Comments
 (0)