# Past, Present, and Future of React State Management

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4308](https://news.hada.io/topic?id=4308)
- GeekNews Markdown: [https://news.hada.io/topic/4308.md](https://news.hada.io/topic/4308.md)
- Type: news
- Author: [studroid](https://news.hada.io/@studroid)
- Published: 2021-05-21T14:54:08+09:00
- Updated: 2021-05-21T14:54:08+09:00
- Original source: [leerob.io](https://leerob.io/blog/react-state-management)
- Points: 13
- Comments: 1

## Topic Body

- React의 10개가 넘는 다양한 상태 관리 라이브러리들에 대해 소개 & 정리한 글

  → 출시 연도에 따라 라이브러리 정리

  → 팀 구성원의 학습 단계/팀 규모 등 일정한 기준에 따라 각 팀이 어떤 라이브러리를 선택하면 좋을지까지 의견을 제시

  → 상태를 Form State / UI Statte / Server Cache State 세 가지 관점으로 정의하여 정리

## Comments



### Comment 5239

- Author: studroid
- Created: 2021-05-21T14:56:31+09:00
- Points: 2

전 XState를 열심히 쓰고 있는데,

XState는 Finite State Machine 개념 자체를 정말 잘 구현했고, React에 잘 적용만 하면 대부분의 상황에서 정말 유용하게 쓸 수 있습니다 :)
