Skip to content

misc: update reactjs.org URLs to react.dev #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion questions/explain-event-delegation/en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,3 @@ By using event delegation, React avoids attaching individual event handlers to e

- [MDN Web Docs on Event Delegation](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_delegation)
- [JavaScript.info - Event Delegation](https://javascript.info/event-delegation)
- [React v17.0 Release Candidate: No New Features](https://legacy.reactjs.org/blog/2020/08/10/react-v17-rc.html#changes-to-event-delegation)
1 change: 0 additions & 1 deletion questions/explain-event-delegation/zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,3 @@ userForm.addEventListener('input', (event) => {

* [MDN Web Docs on Event Delegation](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_delegation)
* [JavaScript.info - Event Delegation](https://javascript.info/event-delegation)
* [React v17.0 Release Candidate: No New Features](https://legacy.reactjs.org/blog/2020/08/10/react-v17-rc.html#changes-to-event-delegation)
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ element.style.height = `${height + 10}px`; // Write

- [MDN Web Docs: DOM manipulation](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Manipulating_the_DOM)
- [Google Developers: Avoid large, complex layouts and layout thrashing](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing)
- [React documentation](https://reactjs.org/docs/getting-started.html)
- [React documentation](https://react.dev/learn)
- [MDN Web Docs: Using requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame)
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ I adhere to coding standards and best practices to ensure code quality:

## Further reading

- [React Folder Structure](https://reactjs.org/docs/faq-structure.html)
- [JavaScript Coding Standards](https://github.com/airbnb/javascript)
- [Writing Clean Code](https://www.freecodecamp.org/news/writing-clean-code-6a8e2889b9f8/)
- [Effective JavaScript Documentation](https://jsdoc.app/)
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ src/

## 延伸阅读

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