From f68422b408a9869262a5311b62987713598a426f Mon Sep 17 00:00:00 2001 From: tal bendet <68239430+t-bendet@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:53:56 +0300 Subject: [PATCH] Update Rendering link to the new React docs (#7205) --- .../roadmaps/react/content/rendering@0uiGsC5SWavNdlFqizkKe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/react/content/rendering@0uiGsC5SWavNdlFqizkKe.md b/src/data/roadmaps/react/content/rendering@0uiGsC5SWavNdlFqizkKe.md index 13f0eb2f3..9df34fed9 100644 --- a/src/data/roadmaps/react/content/rendering@0uiGsC5SWavNdlFqizkKe.md +++ b/src/data/roadmaps/react/content/rendering@0uiGsC5SWavNdlFqizkKe.md @@ -13,5 +13,5 @@ This process is known as reconciliation, and it is an important aspect of how Re Visit the following resources to learn more: -- [@official@Rendering - Official Docs](https://legacy.reactjs.org/docs/rendering-elements.html) +- [@official@Render and Commit - Official Docs](https://react.dev/learn/render-and-commit) - [@article@Rendering in React - ui.dev](https://ui.dev/why-react-renders)