# SvelteKit 1.0 릴리즈 소개

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8030](https://news.hada.io/topic?id=8030)
- GeekNews Markdown: [https://news.hada.io/topic/8030.md](https://news.hada.io/topic/8030.md)
- Type: news
- Author: [ragingwind](https://news.hada.io/@ragingwind)
- Published: 2022-12-15T08:51:42+09:00
- Updated: 2022-12-15T08:51:42+09:00
- Original source: [svelte.dev](https://svelte.dev/blog/announcing-sveltekit-1.0)
- Points: 11
- Comments: 2

## Topic Body

- 2년간의 개발끝에 SvelteKit 1.0 릴리즈  
- SvelteKit 는 Svelte 기반의 웹앱용 프레임워크, Svelte 은 VDOM 계열의 구현이 아니며 상대적으로 적은 코드로 구연가능 그 장점을 사용 간단한 앱 구현 가능  
- 다른 multi-page-app (또는 MPA) 프레임워크와 달리 초기 클라이언트-사이드 네비게이션이 기본  
- 다른 server 프레임워크와 달리 하나의 언어로 서버(html 생성용), 클라이언트 구현가능  
- 다른 static site generator 와 달리 동적으로 데이터를 성능 저하 없이 사용 할 수 있음  
- 자바스크립트 구동이 가능한 곳이면 동일 코드, 동일 동작 가능, node, static, serverless,그리고 edge  
- Vite, Typescript, ESLint, Prettier, Playwright 기본 제공  
- Adapters 를 통해서 별 다른 설정 없이 Vercel, Netlify, Cloudflare Pages, Azure Static WebApps 뿐 아니라 Deno, Bun, Firebase, App Engine, AWS Lambda 에서 동작 가능

## Comments



### Comment 13780

- Author: colus001
- Created: 2022-12-15T10:00:30+09:00
- Points: 1

드디어 나왔군요. 한번 써봐야겠네요.

### Comment 13787

- Author: ragingwind
- Created: 2022-12-15T11:07:40+09:00
- Points: 1
- Parent comment: 13780
- Depth: 1

써보시고 경험담 공유해주세요
