docs(react): add performance profiling documentation#770
Merged
Yradex merged 1 commit intolynx-family:mainfrom Feb 2, 2026
Merged
docs(react): add performance profiling documentation#770Yradex merged 1 commit intolynx-family:mainfrom
Yradex merged 1 commit intolynx-family:mainfrom
Conversation
Change-Id: Id18fee5865f2e01f3154921e26304a95506daa5f
✅ Deploy Preview for lynx-doc ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for ReactLynx's production profiling feature, enabling developers to analyze and optimize component performance in production builds.
Changes:
- Adds detailed profiling documentation covering trace events, enabling profiling, understanding events, flow ID tracking, and best practices
- Creates a new "Performance" section in the React documentation navigation
- Provides documentation in both English and Chinese with consistent content
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/en/react/performance/profiling.mdx | English documentation for ReactLynx profiling feature with comprehensive coverage of trace events, setup, and optimization techniques |
| docs/zh/react/performance/profiling.mdx | Chinese translation of profiling documentation maintaining consistency with English version |
| docs/en/react/performance/_meta.json | Metadata configuration for English performance section |
| docs/zh/react/performance/_meta.json | Metadata configuration for Chinese performance section |
| docs/en/react/_meta.json | Updated English React documentation navigation to include Performance section |
| docs/zh/react/_meta.json | Updated Chinese React documentation navigation to include Performance section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Yradex
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add documentation for ReactLynx's production profiling feature introduced in lynx-stack#1336.
This documentation covers:
ReactLynx::render,ReactLynx::diff,ReactLynx::diffFinishNoPatch,ReactLynx::commit,ReactLynx::patch,ReactLynx::setState)displayNameand tree-shaking workarounds)Checklist