Add blog post on optimizing React re-renders for better performance#265
Add blog post on optimizing React re-renders for better performance#265Ajith-kumar-in merged 9 commits intomainfrom
Conversation
…n null in MemoizedList
There was a problem hiding this comment.
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.
@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.