inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

따라하며 배우는 노드, 리액트 시리즈 - 기본 강의

노드 리액트 기초 강의 #27 Redux UP !!!!!

createStore import시

381

yura0501
0

createStore import시 

취소선이 생기면서 아래와 같은 설명이 나옵니다.

@deprecated
We recommend using the configureStore method of the @reduxjs/toolkit package, which replaces createStore.

 

createStore 대신 configureStore 사용하라고 하는데

두개가 같은 역할인건가요?

 

답변 0