React를 이해하고 Redux를 사용해야 할 때
React 컴포넌트를 개발하고 처음으로 Redux 를 사용하려 하는 개발자를 위한 참조 문서
개념에 대한 이해도를 높이고 Provider를 활용할 수 있는 가이드
(기본 소스로 얘를 이용)
https://www.kirupa.com/react/using_redux_with_react.htm
custom 이벤트 데이터를 payload로 전달할 수 있고 connect에 대한 이해를 높이는 가이드
https://lorenstewart.me/2016/11/27/a-practical-guide-to-redux/
mapStateToProps을 이해하는데 도움되는 가이드
https://www.zerocho.com/category/React/post/57b60e7fcfbef617003bf456
'java script' 카테고리의 다른 글
[javascript] require, import (0) | 2018.01.03 |
---|---|
[react] create-react-class 대신 extends React.Component (0) | 2018.01.03 |
[javascript] superagent 동기 콜(sync call) (0) | 2017.12.22 |
[React] 컴포넌트 안에서 내부 함수 호출하기 (0) | 2017.12.22 |
React-Redux 처음 하기 (0) | 2017.12.21 |