-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/challenge create #51
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ์ปจ๋ฒค์ ์ด ๋ง์ง ์๋ ๋ถ๋ถ์ด ์์ด์ ์ฝ๋ฉํธ ํ์ต๋๋ค.
- redux store์ reducer ๋ฑ๋กํ๋ ์ฝ๋ ํ์ธํ์ํ ๋ถ๋ถ์ด ์์ด์ ์ฝ๋ฉํธ ํ์ต๋๋ค.
- ํ์ธํ๊ณ ์์ ํ์ํ ์ฝ๋๋ ์์ ๋ถํ๋๋ฆฝ๋๋ค.
import c2 from '../../../../assets/icons/itemName/c2.svg'; | ||
import c3 from '../../../../assets/icons/itemName/c3.svg'; | ||
|
||
const itemNameList = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const itemNameList = [ | |
const items = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ฐฑ์๋ ๋ช ์ธ์ ๊ณ์ฝ ์ํ์ผ๋ก ์จ์๋ ์ด๋ฆ์ด itemName์ด์ด์, itemNames๋ก ์์ ํ๊ฒ ์ด๋ค
src/store/app/store.ts
Outdated
|
||
// configureStore๋ ๋ฆฌ๋์ค ์ฝ์ด ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ํ์ค ํจ์์ธ createStore๋ฅผ ์ถ์ํํ ๊ฒ์ด๋ค. | ||
export const store = configureStore({ | ||
reducer: { | ||
auth: authReducer, | ||
challengePayload: challengePayloadSlice, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reducer๋ฅผ import ํด์ผํ๋๊ฑฐ ์๋๊ฐ์ฉ?
export const selectChallengePayload = (state: RootState) => | ||
state.challengePayload; | ||
|
||
export default challengePayloadSlice.reducer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ด๊ฑธ์
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ํดํธ ์ต์คํฌํธ๋ผ ์ด๋ฆ์ด ๋ฐ๋๋๊ฑฐ์ง ์๊ด์ ์๊ธดํ๋ค์ฉ... ์์ ํ๊ฒ ์ต๋๋ค!! ๊ทผ๋ฐ ์ ๋๋ฒ๊ฑฐ์๋ง ๋จ๊ณ ๋ฐ๋ธํด์ฆ์ ์๋จ๋๊ฑฐ์ง
๐ PR Summary
๋๊ธธ๊ณ์ฝํ๊ธฐ ์์ ์ค
๐ฒ Working Branch
feature/challenge-create
๐ฒ TODOs
Related Issues
issue : #50