반응형 JS1 [Redux] 노마드코더 강의 정리 - 초보자를 위한 리덕스 101 #1 Pure Redux: Counter Redux : 자바스크립트 어플리케이션의 state를 관리할 수 있다. - 리덕스는 리액트와 분리되어있다. 앵귤러, 뷰, 바닐라 등에서 쓸 수 있다. - Redux 문서(한글): http://dobbit.github.io/redux state : 바뀌는 data - redux는 모든 것을 state로 관리 store : state를 넣는 저장소 reducer : state를 변경하는 함수 create-react-app $ npx create-react-app vanilla-redux 프로젝트 구조 - public, src 폴더 $ npm add redux store.getstate() : 현재 state 값 (return data) store.subscribe() : 현재 state 변화 감지 store.. 2020. 6. 29. 이전 1 다음 728x90 반응형