Skip to content

Avoid Unnecessary Re-rendering #372

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shivasankaran18
Copy link

Closes #370

Added React.memo() to avoid unnecssary re-rendering of components

Changes

  • Wrapped Components with React.memo()

Flags

  • Ensure that all memoized components are correctly re-rendered when necessary.

Screenshots or Video

Related Issues

  • Issue #
  • Pull Request #

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

@shivasankaran18 shivasankaran18 requested a review from a team as a code owner April 29, 2025 14:19
Copy link

netlify bot commented Apr 29, 2025

Deploy Preview for ap-template-playground ready!

Name Link
🔨 Latest commit 091123d
🔍 Latest deploy log https://app.netlify.com/sites/ap-template-playground/deploys/6810e00f6ba6be00084a6c5d
😎 Deploy Preview https://deploy-preview-372--ap-template-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid Unnecessary Re-rendering of the components
1 participant