yarn create react-app file name
yarn add redux
yarn add react-redux
yarn add styled-components
yarn add react-id-generator
yarn add react-router-dom
Create files and folders. In React applications, there are 3 most common naming conventions:
redux file. Create config / modules folders inside redux file. Create configStore.js inside config folderconfig fileredux: everything that's related to redux
config: files related to redux setting
configStore.js: 중앙 state 관리소
modules: where we combine the group of states
modules->todo.js-> action value / action creator / initial state / reducer
app.js ->