Skip to content

[✍️ Dev Log] 이우성 / 2021-06-14 #415

@useonglee

Description

@useonglee

오늘은 어떻게 프로젝트에 기여했나요?

오늘의 프로젝트에서 힘든 점은 무엇인가요?

  • 항목별로 적어주세요.

오랜만에 redux로 서버에 요청없이 상태관리를 해보았다. 그랬더니 갑자기 채팅 데이터가 화면에 안나오는 이슈가 생겼다.. 한참을 고민하다가 겨우 해결했는데, 이유는 dispatch로 받아온 payload값을 리턴하지 않았기 때문이다....

getAllMessages: (state, { payload }: PayloadAction<ChatDataType[]>) => {
  return [...payload, ...state];
},

내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?

  • 채팅 삭제 및 수정 기능 점검

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions