React Redux document
개발 환경 Stackblitz
- local React project 내의 환경에서 진행 시
npm install redux react-redux
# Vite with our Redux+TS template
# (using the `degit` tool to clone and extract the template)
npx degit reduxjs/redux-templates/packages/vite-template-redux my-app
# Next.js using the `with-redux` template
npx create-next-app --example with-redux my-app
# If you use npm:
npm install react-redux
# Or if you use Yarn:
yarn add react-redux