[lexical-website] Documentation Update: Consolidate scattered React docs - #8859
Open
anuj-kuralkar wants to merge 1 commit into
Open
[lexical-website] Documentation Update: Consolidate scattered React docs#8859anuj-kuralkar wants to merge 1 commit into
anuj-kuralkar wants to merge 1 commit into
Conversation
anuj-kuralkar
requested review from
acywatson,
etrepum,
fantactuka,
ivailop7,
potatowagon and
zurfyx
as code owners
July 18, 2026 19:16
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
etrepum
reviewed
Jul 18, 2026
etrepum
left a comment
Collaborator
There was a problem hiding this comment.
I don't think this necessarily makes sense, a reorganization could be done in the context of a larger documentation update but there's not a lot of reason to just move things around.
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.
Current behavior: React integration docs are scattered across
getting-started/,collaboration/, andextensions/, mixing with Vanilla JS concepts.Changes added by this PR:
getting-started/react.md,collaboration/react.md, andextensions/react.mdintodocs/react/.docs/extensions/migration.mdxinto React (docs/react/migration.mdx) and Vanilla (docs/extensions/migration.mdx) versions.<h1>tags (e.g.,# Getting Started with React-># Getting Started) and updated the React migration guide title to# Migrating to Extensions.sidebars.js.Note: This is a structural file reorganization. Core content was not rewritten.
Before
After