From ed380e1b1998586b87c6623dabed01298bd43e4d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Mar 2026 11:38:12 -0300 Subject: [PATCH] Add TypeScript docs link to README Made-with: Cursor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88f8e827b025..814aa218a756 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The documentation is divided into several sections: * [Describing the UI](https://react.dev/learn/describing-the-ui) * [Adding Interactivity](https://react.dev/learn/adding-interactivity) * [Managing State](https://react.dev/learn/managing-state) +* [Using TypeScript](https://react.dev/learn/typescript) * [Advanced Guides](https://react.dev/learn/escape-hatches) * [API Reference](https://react.dev/reference/react) * [Where to Get Support](https://react.dev/community)