-
Notifications
You must be signed in to change notification settings - Fork 6
Add blog post on optimizing React re-renders for better performance #265
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
Conversation
…n null in MemoizedList
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new blog post titled "Taming React Re-renders: A Guide to Optimizing Performance" which explains how to avoid unnecessary re-renders in React applications with practical code examples.
- Introduces frontmatter metadata and overall content structure for the blog post
- Provides multiple code snippets including examples for optimizing component rendering and managing state
…s with new examples and insights
…larity in the blog post on React re-renders
…bility and performance in React re-renders blog post
2KAbhishek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ajith-kumar-in one open comment from copilot and a failing lint, lets fix those before merging
@hulksyed07 you can do a quick review as well
…into blog/taming-react-re-renders
…nnecessary console log in TodoList
|
@Ajith-kumar-in , since this is your first blog https://github.com/incubyte/incubyte.github.io/tree/main/content/authors/abhishek-keshri our blog offers filtering by authors which shows profile pic and about me of author http://localhost:1313/authors/ |
…th content improvements
|
@hulksyed07 made the changes please review when you get a chance |
What did you do?
Please include a summary of the changes.
Why did you do it?
Why were these changes made?
Screenshots (Please include if anything visual)
Include any relevant screenshots that may help explain the change.