1. zustand

    https://github.com/pmndrs/zustand

    https://ui.toast.com/posts/ko_20210812 참고

    Zustand는 독일어로 '상태'라는 뜻을 가진 라이브러리이며 Jotai를 만든 카토 다이시가 제작에 참여하고 적극적으로 관리하는 라이브러리이다. 아래의 특징을 가지고 있다.

  2. react-redux

    Why Use React Redux? | React Redux

    https://hanamon.kr/redux란-리덕스-상태-관리-라이브러리/ 참고

    비동기 처리 하기 위해서 redux-saga도 봐야함.

    https://velog.io/@dongwon2/Redux-Thunk-vs-Redux-Saga를-비교해-봅시다- 참고

    Redux의 장점

  3. Recoil

    https://github.com/facebookexperimental/Recoil

    https://velog.io/@nemo/recoil 참고

    Recoil 장점

  4. jotai

    https://github.com/pmndrs/jotai

    https://seungahhong.github.io/blog/2022/06/2022-06-14-jotai/ 참고

    Jotai 특장점

  5. react-query - 다른 상태관리 라이브러리와 같이 사용해도 될듯

    TanStack Query | React Query, Solid Query, Svelte Query, Vue Query

    https://tech.kakaopay.com/post/react-query-1/#react-query-소개 참고

    React Query는 React Application에서 서버의 상태를 불러오고, 캐싱하며, 지속적으로 동기화 하고 업데이트 하는 작업을 도와주는 라이브러리

    react-query 기본 개념

    https://velog.io/@jay/10-minute-react-query-concept

    https://kyounghwan01.github.io/blog/React/react-query/basic/#사용하는-이유

    react-query 사용 방법

    https://freestrokes.tistory.com/170