From 98ff5f9c2621d1587fd9ee32a99dd149e97a7753 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sun, 12 Dec 2021 12:43:18 -0500 Subject: [PATCH] Update react-tutorials.md --- react-tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-tutorials.md b/react-tutorials.md index 5397812..e724899 100644 --- a/react-tutorials.md +++ b/react-tutorials.md @@ -5,7 +5,7 @@ - **React Documentation** https://reactjs.org/docs/getting-started.html - The official React documentation, rewritten with an excellent set of tutorials, explanations, and API information. + The official React documentation, including tutorials, explanations, and API information. https://beta.reactjs.org/ A full rewrite of the React documentation, with a completely redesigned set of tutorials that teach modern React with function components and hooks as the standard approach. (This will become the main docs site once it's completed.)