# Vue 3.2 릴리즈

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4796](https://news.hada.io/topic?id=4796)
- GeekNews Markdown: [https://news.hada.io/topic/4796.md](https://news.hada.io/topic/4796.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-11T09:48:52+09:00
- Updated: 2021-08-11T09:48:52+09:00
- Original source: [blog.vuejs.org](https://blog.vuejs.org/posts/vue-3.2.html)
- Points: 2
- Comments: 5

## Topic Body

- SFC(Single File Components)

ㅤ→ <script setup>

ㅤ→ <style> v-bind

- defineCustomElement 메소드로 Web Components 생성 지원

- 성능 개선

ㅤ→ 더 효율적인 ref 구현 (읽기 ~260%, 쓰기 ~50%)

ㅤ→ ~40% 빠른 디펜던시 추적

ㅤ→ ~17% 작은 메모리 사용량

ㅤ→ ~200% 빠른 표준 VNodes 생성

- Server-side Rendering

ㅤ→ Node.js 빌트인과 분리된 빌드용 ES 모듈 배포 : CloudFlare Workers 같은 비 Node.js 환경에서 사용 가능

## Comments



### Comment 6301

- Author: bichi
- Created: 2021-08-12T11:56:08+09:00
- Points: 1

본인이 쓰는 라이브러리는 최소한 문서를 100% 읽고 사용해야 하지 않을까요 문서에 나와있는데 ssr 컴포넌트를 string <html>등이 적혀있는 으로 바뀌는 함수가 있다고

### Comment 6285

- Author: superwoou
- Created: 2021-08-11T10:01:54+09:00
- Points: 1

오.. 한동안 vue에 관심이 없었는데, SSR을 자체적으로 지원하나요? workers같은곳에서 쓸수있다니 매력적이네요

### Comment 6288

- Author: bichi
- Created: 2021-08-11T10:23:58+09:00
- Points: 1
- Parent comment: 6285
- Depth: 1

대부분 프론트엔드 랜더링 라이브러리 리엑트도 그렇고 vue 도 ssr 로 그리는 것이이 있었요 옛날 부터

### Comment 6292

- Author: hyeonseok
- Created: 2021-08-11T19:18:57+09:00
- Points: 1
- Parent comment: 6288
- Depth: 2

next.js, nuxt.js 가 아니라 자체적인 기능이 있었다고요?

### Comment 6295

- Author: budlebee
- Created: 2021-08-12T10:16:28+09:00
- Points: 1
- Parent comment: 6292
- Depth: 3

리액트에도 ReactDOMServer 처럼 node 서버에서 사용할 수 있는 메서드가 있습니다.
