> For the complete documentation index, see [llms.txt](https://pinia.chocopam.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pinia.chocopam.com/introduction/why-pinia.md).

# Why Pinia

## Why Pinia?

#### 1. Pinia는 Vue3의 공식 상태관리 도구.&#x20;

#### 2. SSR 어플리케이션을 만든다면 상태관리 도구는 꼭 같이 사용해야 합니다.

> Check blog below&#x20;
>
> <https://velog.io/@jay/why-use-pinia-for-ssr>

3. Vuex 보다 더 나은 타입 지원을 하여 타입스크립트와 같이 사용시에 더 편리하게 사용할 수 있습니다.&#x20;
