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

성능 최적화를 위한 리액트 쿼리 캐시정책 설정 및 불필요한 fetch하지 않기 #626

Merged
merged 20 commits into from
Sep 19, 2023

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    ddc6b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adfd841 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    88dea16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891cb8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ca82a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c00764 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a8506c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e218541 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    e39f5c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e9d264 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4081b70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65f999e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4693eea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b8b602 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71a3830 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8af09a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e9883b View commit details
    Browse the repository at this point in the history
  10. feat: (#619) 통계 페이지 에러바운더리/ 서스펜스 범위 수정

    - 기존: 글 전체 통계에 서스펜스와 에러바운더리 적용, post api에는 에러바운더리만 적용
    - 수정: 글 전체 통계와 post Api 한번에 감싸는 서스펜스와 에러바운더리 적용
    chsua committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    238562d View commit details
    Browse the repository at this point in the history
  11. refactor: (#619) 서스펜스, 에러바운더리 감싸는 순서를 기존 코드와 통일

    - 에러바운더리 안에 서스펜스, 그 안에 api 호출하는 컴포넌트
    chsua committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    856ef74 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5e4a2b View commit details
    Browse the repository at this point in the history