Skip to content
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

Make components for Frontend-board #17

Closed
3 tasks done
Turtle-Hwan opened this issue Oct 2, 2022 · 0 comments
Closed
3 tasks done

Make components for Frontend-board #17

Turtle-Hwan opened this issue Oct 2, 2022 · 0 comments
Assignees
Labels
frontend 프론트엔드 관련 개발사항, 이슈

Comments

@Turtle-Hwan
Copy link
Member

Turtle-Hwan commented Oct 2, 2022

Frontend-board 프론트 게시판을 위한 컴포넌트들을 제작하기

@Turtle-Hwan Turtle-Hwan added the frontend 프론트엔드 관련 개발사항, 이슈 label Oct 2, 2022
@Turtle-Hwan Turtle-Hwan added this to the Frontend-Board (게시판) milestone Oct 2, 2022
@Turtle-Hwan Turtle-Hwan self-assigned this Oct 2, 2022
Turtle-Hwan added a commit that referenced this issue Oct 5, 2022
- 빈 fragment 문법 (<> </>)을 사용했을 때 나는 오류 제거
- fragment 문법을 사용하려면,
```js
import { Fragment } from "react";
...

return (
  <Fragment>
  </Fragment>
)
와 같이 명시적으로 작성해 주어야 하는 것 같다.

Relate to:
[Frontend-board : /board/index.js (게시판 메인 페이지) #18
Make components for Frontend-board  #17
Turtle-Hwan added a commit that referenced this issue Oct 5, 2022
- title 요소는 자식으로 하나의 Text 요소만 받아야 된다는 경고 해결
- MILI-Dream | {title}으로 받으면  여러 개로 인식되는 것 같다.
{`MILI-Dream | ${title}`} 이렇게 변경하면 경고가 안 뜬다.

Related to:
Frontend-board : /board/index.js (게시판 메인 페이지) #18
Make components for Frontend-board  #17

Refer to:
vercel/next.js#38256
@Turtle-Hwan Turtle-Hwan pinned this issue Oct 5, 2022
Turtle-Hwan added a commit that referenced this issue Oct 6, 2022
- Bootstrap을 사용하기 위해 CDN 방식으로 해당 링크를 <head> 태그 사이에 삽입함
- vercel에 배포하면 유명 CDN들을 자동 적용해준다고 함
- <head> 태그들은 _document.js에 작성하기
- tag의 property 명을 className으로 변경해야 함

Related to :
Make components for Frontend-board  #17
Turtle-Hwan added a commit that referenced this issue Oct 9, 2022
- BoardHeader는 다른 페이지에서도 쓰이므로 component로 분리함

Related to :
Make components for Frontend-board  #17
Frontend-board : /board/index.js (게시판 메인 페이지) #18
inyeoptti pushed a commit that referenced this issue Oct 9, 2022
Turtle-Hwan added a commit that referenced this issue Oct 22, 2022
- board 링크 넘어갈 때 routing은 categoryKey로 되도록 통일

- board 링크 넘어갈 때 props 수정

- 추후 .ml 말고 다른 정적경로에서도 받아올 수 있도록 수정필요

===

Relate to :
frontend-backend 연동 테스트 #73
Make components for Frontend-board  #17
게시글 ID 별로 게시글과 댓글 보여주는 page 및 컴포넌트 #47
inyeoptti added a commit that referenced this issue Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend 프론트엔드 관련 개발사항, 이슈
Projects
None yet
Development

No branches or pull requests

1 participant