-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
43 changed files
with
484 additions
and
1,031 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+41.3 KB
.yarn/cache/@egjs-children-differ-npm-1.0.1-37f45ddf97-087f286822.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+35.7 KB
.yarn/cache/@egjs-react-infinitegrid-npm-4.11.0-f5d0ab3996-e105e2f668.zip
Binary file not shown.
Binary file renamed
BIN
+11.2 MB
...ypescript-patch-38a6667774-d7bdcf5e18.zip → ...ypescript-patch-b9b216bc0d-67ca21a387.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export * from "./axios"; | ||
export * from "./query-client"; | ||
export * from "./queryKey"; | ||
export * from "./useCoreInfiniteQuery"; | ||
export * from "./useSuspensedQuery"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.