-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Bug Report π
Expected Behavior
Components should re-render only when the props change
Current Behavior
Components are re-rendering unnecessarily when parent components update
Possible Solution
Implement React.memo() for optimization
Steps to Reproduce
- Open Chrome DevTools Performance tab
- Record performance while:
- Resizing editor panels
- Switching between samples
- Scrolling through the page
- Observe unnecessary component re-renders in the React DevTools Profiler
Context (Environment)
Desktop
- OS: Windows, macOS, Linux
- Browser: Chrome, Firefox, Safari
- React Version: 18.x
Detailed Description
The website currently has unnecessary re-renders
Possible Implementation
Metadata
Metadata
Assignees
Labels
No labels