Puffin's DevLog

TIL: Redux 최종 정리

Redux 스터디

기간: 19-01-29 ~ 19-02-28

Getting Started with Redux

Building React Applications with Idiomatic Redux

고급 상태 관리, 미들웨어, 리액트 라우터와의 병합 관련 내용.

Redux: Simplifying the Arrow Functions

강의 링크

화살표 함수를 이용해서, 컴포넌트와 액션 크리에이터에서 좀 더 간결한 사용이 가능.

Redux: Supplying the Initial State

강의 링크 내용 요약 및 한글 번역

Redux: Persisting the State to the Local Storage

강의 링크 내용 요약 및 한글 번역

Redux: Refactoring the Entry Point

강의 링크

내용 요약 및 한글 번역

Redux: Adding React Router to the Project

강의 링크 내용 요약 및 한글 번역

Redux: Navigating with React Router

강의 링크 내용 요약 및 한글 번역

Redux: Filtering Redux State with React Router Params

강의 링크 내용 요약 및 한글 번역

Redux: Using withRouter() to Inject the Params into Connected Components

강의 링크 내용 요약 및 한글 번역

Redux: Using mapDispatchToProps() Shorthand Notation

강의 링크 내용 요약 및 한글 번역

Redux: Colocating Selectors with Reducers

강의 링크 내용 요약 및 한글 번역

Redux tip: export selectors with related reducers. They let you decouple views and action creators from state shape.

Redux: Normalizing the State Shape

강의 링크 내용 요약 및 한글 번역

Redux: Wrapping dispatch() to Log Actions

강의 링크 내용 요약 및 한글 번역

Redux: Adding a Fake Backend to the Project

강의 링크 내용 요약 및 한글 번역

Redux: Fetching Data on Route Change

강의 링크 내용 요약 및 한글 번역

Redux: Dispatching Actions with the Fetched Data

강의 링크 내용 요약 및 한글 번역

Redux: Wrapping dispatch() to Recognize Promises

강의 링크 내용 요약 및 한글 번역

Redux: The Middleware Chain

강의 링크 내용 요약 및 한글 번역

Redux: Applying Redux Middleware

강의 링크 내용 요약 및 한글 번역

Redux: Updating the State with the Fetched Data

강의 링크 내용 요약 및 한글 번역

Redux: Refactoring the Reducers

강의 링크 내용 요약 및 한글 번역

Redux: Displaying Loading Indicators

강의 링크 내용 요약 및 한글 번역

Redux: Dispatching Actions Asynchronously with Thunks

강의 링크 내용 요약 및 한글 번역

Redux: Avoiding Race Conditions with Thunks

강의 링크 내용 요약 및 한글 번역

Redux: Displaying Error Messages

강의 링크 내용 요약 및 한글 번역

Redux: Creating Data on the Server

강의 링크 내용 요약 및 한글 번역

Redux: Normalizing API Responses with normalizr

강의 링크 내용 요약 및 한글 번역

Redux: Updating Data on the Server

강의 링크 내용 요약 및 한글 번역

Loading script...