Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yamoo9/observer-redux-zustand

옵저버 패턴, Redux, Zustand 핵심 개념 이해
https://github.com/yamoo9/observer-redux-zustand

observer-pattern redux zustand

Last synced: about 2 months ago
JSON representation

옵저버 패턴, Redux, Zustand 핵심 개념 이해

Awesome Lists containing this project

README

        

## Obserber 패턴

__관찰자 패턴(Observer Pattern)__ 은 이벤트가 발생할 때
옵저버블(`Observable`)을 사용해 구독자(`Subscriptor`)에게 알리는 방법입니다.

→ [패턴 살펴보기](./patterns/observer.md)

## Redux 작동 원리

Redux 라이브러리의 핵심 원리 이해를 목표로 Redux와 유사한 도구를 작성합니다.

→ [Redux 구현하기](./patterns/like-redux.md)

## Zustand 작동 원리

Zustand 라이브러리의 핵심 원리 이해를 목표로 Zustand와 유사한 도구를 작성합니다.

→ [Zustand 구현하기](./patterns/like-zustand.md)