1. Redux-toolkit이란?

2. Redux와 Redux-toolkit 비교

  1. store.js 수정

  2. reducers/index.js

  3. reducers/index.js 수정

  4. reducers/user.js 수정

  5. action/user.js 수정

  6. App.js 수정

    const onLogout = useCallback(() => { dispatch(userSlice.actions.logOut()); }, []);