-
Notifications
You must be signed in to change notification settings - Fork 4
[#12] 파일명 kebab case로 수정, prettier 설정 적용 #14
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
Conversation
공통 api폴더 src아래에 만들어서 그안에 axios용 파일 생성해서 인스턴스화 시켰습니다. pages아래에 MessageList.jsx파일 안에 예시용 코드 적어놓았습니다.
그외에 제가 만든 페이지 코드가 좀 섞여있긴한데 완성된게 아니라서 신경안쓰셔도됩니다 😢
공통 api폴더 src아래에 만들어서 그안에 axios용 파일 생성해서 인스턴스화 시켰습니다. pages아래에 MessageList.jsx파일 안에 예시용 코드 적어놓았습니다.
cskime
left a comment
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.
굿굿
src/pages/MessageList.jsx
Outdated
| import { | ||
| OutlinedButton, | ||
| PrimaryButton, | ||
| SecondaryButton, | ||
| } from "../components/button/button"; |
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.
여기 들여쓰기 해야 되지 않나요?
src/pages/MessageList.jsx
Outdated
| function StartTest() { | ||
| const [imageUrl, setImageUrl] = useState(null); | ||
|
|
||
| /* axios 사용용 예시코드 */ |
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.
용용? 오타
src/pages/MessageList.jsx
Outdated
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.
이건 지워도 되는 파일 같아요
src/pages/test-data.js
Outdated
| [ Recipient: { | ||
| id: 1111, | ||
| team: '18-3', | ||
| name: '' | ||
| backgroundColor* BackgroundColor[...] | ||
| backgroundImageURL BackgroundImageURL[...] | ||
| createdAt CreatedAt[...] | ||
| messageCount Messagecount[...] | ||
| recentMessages Recentmessages[...] | ||
| reactionCount Reactioncount[...] | ||
| topReactions Topreactions[...] | ||
| } | ||
| ] |
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.
여기 복사해 오시면서 자바스크립트 형식이랑 다르게 들어간거 같아요
📝 작업 내용