Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 무한스크롤 개선, 태그 검색 결과 페이지 prefetch 제거 (#73)
* refactor: infinite scroll - remove Masonry component and useIntersect hook (It had a lot of bug) - add @egjs-infinitegrid - remove the feature of polling meme data from the cache * refactor: 사용하지 않는 컬러 제거 * refactor: 변수명 변경 * fix: 태그 검색 결과 페이지 서버에서 데이터 prefetch 제거 - waterfall 로 인한 지연 시간을 제거 하기 위함 - TagBookmarkButton 컴포넌트 Suspense 로 wrapping * refactor: 변수명 변경 * feat: error boundary fallback 에 홈으로 돌아가기 버튼 추가 * feat: PRD에서만 ga, gtag 활성화 * chore: 주석 추가
- Loading branch information