You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance: Eliminate redundant animation loops and unnecessary re-renders (#42)
* Initial plan
* Performance optimizations: Fix redundant loops, add React.memo, and optimize re-renders
Co-authored-by: Keyyard <84187238+Keyyard@users.noreply.github.com>
* style: format code with Prettier
This commit fixes the style issues introduced in da9bfba according to the output
from Prettier.
Details: #42
* Add debouncing to resize handler and optimize Contact component
Co-authored-by: Keyyard <84187238+Keyyard@users.noreply.github.com>
* style: format code with Prettier
This commit fixes the style issues introduced in e5196ac according to the output
from Prettier.
Details: #42
* Optimize discovery pages with React.memo and useMemo for filtering
Co-authored-by: Keyyard <84187238+Keyyard@users.noreply.github.com>
* style: format code with Prettier
This commit fixes the style issues introduced in 8da2814 according to the output
from Prettier.
Details: #42
* Address code review feedback: Use useRef for timeout and add null check
Co-authored-by: Keyyard <84187238+Keyyard@users.noreply.github.com>
* Add React.memo to all section components for better performance
Co-authored-by: Keyyard <84187238+Keyyard@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Keyyard <84187238+Keyyard@users.noreply.github.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
0 commit comments