# Fresh - 차세대 웹 프레임워크

> Clean Markdown view of GeekNews topic #6751. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6751](https://news.hada.io/topic?id=6751)
- GeekNews Markdown: [https://news.hada.io/topic/6751.md](https://news.hada.io/topic/6751.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-06-15T09:38:10+09:00
- Updated: 2022-06-15T09:38:10+09:00
- Original source: [fresh.deno.dev](https://fresh.deno.dev/)
- Points: 12
- Comments: 2

## Topic Body

- 빌드 단계가 없음 : 코드 작성후 Deno Deploy에 올리면 프레임워크가 알아서 처리  
- Edge에서 JIT 렌더링   
- Zero Config  
- TypeScript 기본 지원   
- Island based client hydration  
- Preact + JSX

## Comments



### Comment 10552

- Author: disjukr
- Created: 2022-06-15T21:10:34+09:00
- Points: 1

Pbkit 프로젝트 홈페이지에서 Fresh를 사용하고 있습니다: https://github.com/pbkit/pbkit.dev

### Comment 10518

- Author: xguru
- Created: 2022-06-15T09:38:22+09:00
- Points: 2

- Islands Architecture https://www.patterns.dev/posts/islands-architecture/  
  
빌드를 안하는게 아니라 서버가 ESBuild를 WASM으로 실행하는 거네요   
https://github.com/lucacasonato/fresh/blob/458fe2ca3c12508a60cb304bd0f17e1087f553f1/src/server/bundle.ts
