Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimized component re-renders caused by input change #2593

Conversation

YaroslavChuiko
Copy link
Contributor

@YaroslavChuiko YaroslavChuiko commented Oct 9, 2024

Optimized Component Re-renders Caused by Input Change

Summary

This PR addresses unnecessary component re-renders that were triggered on every input change, resulting in improved performance and a smoother user experience.

Changes

  • Enhanced input handling: Updated input change handlers to be more efficient, focusing on minimizing state updates and reducing render frequency.

Copy link
Contributor

@PavloDolia PavloDolia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when I type text into the description field, the label remains visible and overlaps the text
Screenshot 2024-10-09 at 18 06 45

@YaroslavChuiko
Copy link
Contributor Author

when I type text into the description field, the label remains visible and overlaps the text Screenshot 2024-10-09 at 18 06 45

FIxed

Copy link

sonarqubecloud bot commented Oct 9, 2024

@YaroslavChuiko YaroslavChuiko merged commit 416bb33 into develop Oct 9, 2024
3 checks passed
@YaroslavChuiko YaroslavChuiko deleted the feature/2509/optimize-re-rendering-on-description-update branch October 9, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(SP: 1) Optimize re-rendering on description update
5 participants