-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Fixed the performance issues caused by re-rendering (#39)
* Memoized `ResultCard` component * Cached `updateDownload` function * Added `react-virtualized` * Implemented a virtualization solution for rendering ResultCards * Refactored `ResultCard` * Updated Cypress config to include `esbuild-plugin-react-virtualized` * Added `esbuild-plugin-react-virtualized` as a dev dependency * Reverted changes related to virtualization
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
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