[React] react.js 노트
- Nest
- Development
- Category
- Javascript
- Hit
- 697
- Star
- 0
FLUX 한글 번역 사이트
http://haruair.github.io/flux/
8 no-Flux strategies for React component communication
컴포넌트끼리 통신하는것에 대한 내용
http://andrewhfarmer.com/component-communication/
Getting Started with Redux
redux 비디오 강좌
https://egghead.io/series/getting-started-with-redux
Redux로의 카툰 안내서
오래된 자료지만 redux가 어떤 역할을 하는지와 사용해야하는 이유를 삽화와 같이 표현되어 있다.
http://bestalign.github.io/2015/10/26/cartoon-intro-to-redux/
react-three-renderer
three.js
라이브러리를 react에서 사용가능하게 해주는 래퍼. 좀더 구조화된 모습을 보여서 좋아보임.
https://github.com/toxicFork/react-three-renderer
redux-saga
비동기 동작들을, 더 쉽고 좋게 만드는 것을 목적으로하는 라이브러리
라고한다. 괜찮아 보이는듯..
https://mskims.github.io/redux-saga-in-korean/
리디 - 리덕스 잘 쓰고 계시나요?
리엑트에서 사용하는 스토어들에 대하여 상세히 기술되어 있다.