We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cb7996 + c30d9fe commit 6f0d1edCopy full SHA for 6f0d1ed
src/sidebarLearn.json
@@ -52,23 +52,23 @@
52
"path": "/learn/describing-the-ui",
53
"routes": [
54
{
55
- "title": "Your First Component",
+ "title": "初めてのコンポーネント",
56
"path": "/learn/your-first-component"
57
},
58
59
- "title": "Importing and Exporting Components",
+ "title": "コンポーネントのインポートとエクスポート",
60
"path": "/learn/importing-and-exporting-components"
61
62
63
- "title": "Writing Markup with JSX",
+ "title": "JSX でマークアップを記述する",
64
"path": "/learn/writing-markup-with-jsx"
65
66
67
- "title": "JavaScript in JSX with Curly Braces",
+ "title": "JSX に波括弧で JavaScript を含める",
68
"path": "/learn/javascript-in-jsx-with-curly-braces"
69
70
71
- "title": "Passing Props to a Component",
+ "title": "コンポーネントに props を渡す",
72
"path": "/learn/passing-props-to-a-component"
73
74
0 commit comments