Skip to content

Commit 8c7804a

Browse files
authored
misc: update reactjs.org URLs to react.dev (#30)
1 parent e44028a commit 8c7804a

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

questions/explain-event-delegation/en-US.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ By using event delegation, React avoids attaching individual event handlers to e
130130

131131
- [MDN Web Docs on Event Delegation](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_delegation)
132132
- [JavaScript.info - Event Delegation](https://javascript.info/event-delegation)
133-
- [React v17.0 Release Candidate: No New Features](https://legacy.reactjs.org/blog/2020/08/10/react-v17-rc.html#changes-to-event-delegation)

questions/explain-event-delegation/zh-CN.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ userForm.addEventListener('input', (event) => {
130130

131131
* [MDN Web Docs on Event Delegation](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_delegation)
132132
* [JavaScript.info - Event Delegation](https://javascript.info/event-delegation)
133-
* [React v17.0 Release Candidate: No New Features](https://legacy.reactjs.org/blog/2020/08/10/react-v17-rc.html#changes-to-event-delegation)

questions/how-can-you-optimize-dom-manipulation-for-better-performance/en-US.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ element.style.height = `${height + 10}px`; // Write
108108

109109
- [MDN Web Docs: DOM manipulation](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Manipulating_the_DOM)
110110
- [Google Developers: Avoid large, complex layouts and layout thrashing](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing)
111-
- [React documentation](https://reactjs.org/docs/getting-started.html)
111+
- [React documentation](https://react.dev/learn)
112112
- [MDN Web Docs: Using requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame)

questions/how-do-you-organize-your-code-module-pattern-classical-inheritance/en-US.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ I adhere to coding standards and best practices to ensure code quality:
6969

7070
## Further reading
7171

72-
- [React Folder Structure](https://reactjs.org/docs/faq-structure.html)
7372
- [JavaScript Coding Standards](https://github.com/airbnb/javascript)
7473
- [Writing Clean Code](https://www.freecodecamp.org/news/writing-clean-code-6a8e2889b9f8/)
7574
- [Effective JavaScript Documentation](https://jsdoc.app/)

questions/how-do-you-organize-your-code-module-pattern-classical-inheritance/zh-CN.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ src/
6969

7070
## 延伸阅读
7171

72-
* [React 文件夹结构](https://reactjs.org/docs/faq-structure.html)
7372
* [JavaScript 编码标准](https://github.com/airbnb/javascript)
7473
* [编写干净的代码](https://www.freecodecamp.org/news/writing-clean-code-6a8e2889b9f8/)
7574
* [有效的 JavaScript 文档](https://jsdoc.app/)

0 commit comments

Comments
 (0)