Skip to content

Add TypeScript guide link to docs section#678

Open
everettbu wants to merge 1 commit into
mainfrom
cursor-contrib
Open

Add TypeScript guide link to docs section#678
everettbu wants to merge 1 commit into
mainfrom
cursor-contrib

Conversation

@everettbu

Copy link
Copy Markdown

Mirror of facebook/react#35993
Original author: bsallesp


@greptile-apps

greptile-apps Bot commented Mar 10, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds a single documentation link — [Using TypeScript](https://react.dev/learn/typescript) — to the "Documentation" section of README.md, mirroring a change from the upstream facebook/react repository. The addition is well-placed between "Managing State" and "Advanced Guides", follows the existing list formatting, and helps surface the TypeScript guide for developers browsing the README.

  • Added * [Using TypeScript](https://react.dev/learn/typescript) to the docs list in README.md
  • No code changes; documentation-only update

Confidence Score: 5/5

  • This PR is safe to merge — it is a documentation-only change with no functional impact.
  • The change is a single list item addition to the README with correct formatting, a valid URL matching the react.dev documentation pattern, and logical placement consistent with the surrounding content. There are no code, logic, or security concerns.
  • No files require special attention.

Important Files Changed

Filename Overview
README.md Adds a "Using TypeScript" documentation link pointing to https://react.dev/learn/typescript, inserted between "Managing State" and "Advanced Guides" in the docs section. Change is correctly formatted and consistent with surrounding list items.

Last reviewed commit: ed380e1

@greptile-apps-staging

Copy link
Copy Markdown

Greptile Summary

This PR adds a link to the Using TypeScript guide in the documentation section of the README, mirroring a change from facebook/react#35993.

  • The new entry is placed logically between "Managing State" and "Advanced Guides", which aligns with the existing structure of the docs list
  • The link format is consistent with all other entries in the section (* [Text](URL))
  • This is a documentation-only change with no code impact

Confidence Score: 5/5

  • This PR is safe to merge — it is a one-line documentation addition with no code changes.
  • The change is a single bullet point added to a Markdown documentation list. It is correctly formatted, uses a valid URL pattern consistent with the rest of the file, and introduces no risk to the codebase.
  • No files require special attention.

Important Files Changed

Filename Overview
README.md Adds a single bullet point linking to the TypeScript guide (https://react.dev/learn/typescript) in the documentation section, placed logically between "Managing State" and "Advanced Guides". No issues found.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[React Docs Section in README] --> B[Quick Start]
    A --> C[Tutorial]
    A --> D[Thinking in React]
    A --> E[Installation]
    A --> F[Describing the UI]
    A --> G[Adding Interactivity]
    A --> H[Managing State]
    A --> I["✅ Using TypeScript (NEW)"]
    A --> J[Advanced Guides]
    A --> K[API Reference]
    A --> L[Where to Get Support]
    A --> M[Contributing Guide]

    style I fill:#90EE90,stroke:#228B22
Loading

Last reviewed commit: ed380e1

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.

1 participant