Skip to content

Commit 270fa97

Browse files
committed
docs: Redux 핵심 개념과 Flux 아키텍쳐 (appendix 추가)
1 parent 7861755 commit 270fa97

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

contents/posts/React/redux-flux-architecture.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,14 @@ ReactDOM.render(
331331
4. **UI 업데이트**: `useSelector`가 state 변경을 감지하고 Counter 컴포넌트가 리렌더링되어 화면에 "Count: 1"이 표시됩니다.
332332

333333
이처럼 Redux는 예측 가능한 단방향 데이터 흐름을 통해 애플리케이션의 상태를 체계적으로 관리합니다.
334+
335+
## 참고 자료
336+
337+
- [페이스북의 결정: MVC는 확장에 용이하지 않다. 그렇다면 Flux다](https://blog.coderifleman.com/2015/06/19/mvc-does-not-scale-use-flux-instead/)
338+
- [What, Why and When Should You Use ReactJS: A Complete Guide](https://weblineindia.com/blog/everything-you-should-know-about-reactjs/)
339+
- [React is MVC or MVVM? - Reddit](https://www.reddit.com/r/reactjs/comments/hbvy47/react_is_mvc_or_mvvm/)
340+
- [JavaScript Technical Interview Question : is React MVC or MVVM](https://medium.com/developers-tomorrow/javascript-interview-question-is-react-an-mvc-or-mvvm-ac2ea2a5127d)
341+
- [presentational and container 패턴이란 무엇인가](https://tecoble.techcourse.co.kr/post/2021-04-26-presentational-and-container/)
342+
- [patterns.dev - Container / Presenter Pattern](https://www.patterns.dev/react/presentational-container-pattern)
343+
- [Flux Concepts - Facebook Archive](https://github.com/facebookarchive/flux/tree/main/examples/flux-concepts)
344+
- [Three Principles - Redux](https://redux.js.org/understanding/thinking-in-redux/three-principles)

0 commit comments

Comments
 (0)