Skip to content

FEAT: add chat page#5

Open
YujeanSohn wants to merge 1 commit intomasterfrom
feat/1-chat
Open

FEAT: add chat page#5
YujeanSohn wants to merge 1 commit intomasterfrom
feat/1-chat

Conversation

@YujeanSohn
Copy link
Copy Markdown
Contributor

@YujeanSohn YujeanSohn commented Jan 6, 2023

Chat 페이지 구현 (#1)

구현 상세

  • src/pages/
    • Chat.tsx: 사용자가 참가한 목표 그룹의 채팅 상세 페이지인 Chat 페이지의 디자인이 적용되지 않은 간단한 뷰 및 socket.io 라이브러리를 통한 소켓 통신 기능 구현

변경 사항

  • src/shared/
    • Router.tsx: Chat 페이지로 이동하는 라우터 경로 추가
  • package.json: 실시간 채팅 기능을 위한 소켓 통신시 사용하는 socket.io-client, textarea 입력 row 수에 따라 자동 사이즈 조절이 되는 UI 라이브러리 react-textarea-autosize 추가

@YujeanSohn YujeanSohn requested a review from ptg0811 January 6, 2023 17:05
Copy link
Copy Markdown
Member

@ptg0811 ptg0811 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@ptg0811 ptg0811 added the enhancement New feature or request label Jan 7, 2023
@ptg0811 ptg0811 linked an issue Jan 7, 2023 that may be closed by this pull request
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Chat] 채팅 기능 구현

2 participants