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

[Web3팀] step2 PR #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[Web3팀] step2 PR #11

wants to merge 1 commit into from

Conversation

xianeml
Copy link

@xianeml xianeml commented Jun 16, 2021

우리 팀의 교육 산출물에 대해 소개해주세요.

리액트와 파이어베이스 스토어를 사용하여 간단한 CRUD 기능을 구현한 sns 웹 애플리케이션 입니다.
학생들이 리액트 컴포넌트를 조립하고 api를 작성해서 나만의 sns를 구현해볼 수 있도록 계획했습니다.

어떤 기술을 사용했나요?

React.js, Next.js, Mobx, firebase firestore, Material UI 사용

어떤 부분을 중점으로 피드백을 받아보고 싶으신가요?

현재 상세페이지와 마이피드 출력 에러를 해결하지 못한 상태입니다.
데이터를 불러오는 방법에 어떤 실수가 있었는지 피드백을 구하고 싶습니다.

  1. 디테일화면 사용자 정보 출력 에러
  • 확인 방법 : 로그인 후 메인 피드 게시글에서 '더보기' 클릭 시 상세페이지로 이동 => 에러 발생
  • 파일 경로 : pages/feed/[feedUid].js
  • 모브엑스에 저장한 로그인 유저 정보와 파이어베이스에 저장된 피드 데이터를 useState로 관리하고 useEffect를 사용하여 setState 하도록 작성되어있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant