1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

Update Rendering link to the new React docs (#7205)

This commit is contained in:
tal bendet
2024-09-23 11:53:56 +03:00
committed by GitHub
parent 47bfa7724e
commit ba135d9f0b

View File

@@ -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)