Skip to content
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

[Beta]: docs(cn): translate learn/referencing-values-with-refs.md #649

Merged
merged 21 commits into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
fe91e0b
fix: correct some spelling mistakes in handling-events.md
SylviaZ89 Apr 12, 2019
0106957
Merge branch 'reactjs:main' into master
SylviaZ89 Nov 3, 2021
e77cf29
Merge branch 'reactjs:main' into master
SylviaZ89 Nov 3, 2021
89a3fdc
[Beta]: docs(cn): translate learn/referencing-values-with-refs.md
SylviaZ89 Nov 6, 2021
a9c8567
Merge remote-tracking branch 'upstream/main'
SylviaZ89 Nov 6, 2021
c5575c8
Merge branch 'reactjs:main' into master
SylviaZ89 Nov 10, 2021
07ec459
Update beta/src/pages/learn/referencing-values-with-refs.md
SylviaZ89 Dec 7, 2021
fdae5ff
Merge branch 'reactjs:main' into master
SylviaZ89 Dec 12, 2021
d00e837
Merge branch 'reactjs:main' into master
SylviaZ89 Dec 25, 2021
7d9fed0
Merge branch 'master' into zh-refs
SylviaZ89 Dec 25, 2021
fdde14b
resolve suggestions from Neo42
SylviaZ89 Dec 25, 2021
116de96
Merge branch 'reactjs:main' into master
SylviaZ89 Feb 28, 2022
f085bc9
Merge branch 'reactjs:main' into master
SylviaZ89 Apr 22, 2022
d0f4090
Merge branch 'reactjs:main' into master
SylviaZ89 Jul 16, 2022
b27d1a9
Merge branch 'reactjs:main' into master
SylviaZ89 Feb 20, 2023
074b9f7
Merge branch 'master' into zh-refs
SylviaZ89 Feb 20, 2023
5bdf581
Update beta/src/content/learn/referencing-values-with-refs.md
SylviaZ89 Feb 25, 2023
94368a5
Update beta/src/content/learn/referencing-values-with-refs.md
SylviaZ89 Feb 25, 2023
b7119a5
remove extra spaces
SylviaZ89 Feb 26, 2023
0ec7c62
Merge branch 'main' into zh-refs
awxiaoxian2020 Feb 28, 2023
0bef4a4
uniform title
awxiaoxian2020 Feb 28, 2023
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
2 changes: 1 addition & 1 deletion beta/src/content/learn/manipulating-the-dom-with-refs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '使用 Refs 操作 DOM'
title: '使用 ref 操作 DOM'
translators:
- SylviaZ89
---
Expand Down
Loading