Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 핵심 개념 이해
- Host: GitHub
- URL: https://github.com/yamoo9/observer-redux-zustand
- Owner: yamoo9
- Created: 2023-08-27T04:31:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T04:55:45.000Z (11 months ago)
- Last Synced: 2024-04-14T13:48:01.392Z (10 months ago)
- Topics: observer-pattern, redux, zustand
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)