SSR(Server Side Rendering)이 완료 될 때 호출되는 액션!
즉, Next Redux Wrapper 에 createWrapper 메서드에 의해 생성된 객체의 getServerSideProps 메서드에서 dispatch에 의해 상태변화가 일어나면 Hydrate가 실행되면서 변경된 상태값을 받는다.
'Web Front-End > React' 카테고리의 다른 글
Next.js 프로젝트 (2) - VSCode 기초 설정(Prettier, ESLint..etc) (0) | 2020.08.10 |
---|---|
Next.js 프로젝트 (1)- App 생성하기 (0) | 2020.08.10 |
React 주요 개념 (0) | 2020.07.08 |
Typescript React 프로젝트 생성 (0) | 2020.06.30 |
React-Redux, Redux, Redux-logger, Redux-thunk, Redux-saga (0) | 2020.06.24 |