Skip to content

Commit 6b2d4e4

Browse files
committed
Resolve conflicts
1 parent 6f7cb1a commit 6b2d4e4

File tree

3 files changed

+11
-42
lines changed

3 files changed

+11
-42
lines changed

content/docs/code-splitting.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@ Create React App を使用している場合はすでに設定がされている
106106

107107
> 補足:
108108
>
109-
<<<<<<< HEAD
110-
> `React.lazy` と Suspense はまだサーバーサイドレンダリングには使用できません。サーバーサイドでレンダリングされたアプリでコード分割をしたい場合には、[Loadable Components](https://github.com/smooth-code/loadable-components) の使用をおすすめします。こちらは[サーバーサイドレンダリングでのバンドル分割のための素晴らしいガイド](https://github.com/smooth-code/loadable-components/blob/master/packages/server/README.md)も提供していくれているので、参考にしてみてください。
111-
=======
112-
> `React.lazy` and Suspense are not yet available for server-side rendering. If you want to do code-splitting in a server rendered app, we recommend [Loadable Components](https://github.com/smooth-code/loadable-components). It has a nice [guide for bundle splitting with server-side rendering](https://www.smooth-code.com/open-source/loadable-components/docs/server-side-rendering/).
113-
>>>>>>> 081bb31226919062938ef924472ba1b4170facfc
109+
> `React.lazy` と Suspense はまだサーバーサイドレンダリングには使用できません。サーバーサイドでレンダリングされたアプリでコード分割をしたい場合には、[Loadable Components](https://github.com/smooth-code/loadable-components) の使用をおすすめします。こちらは[サーバーサイドレンダリングでのバンドル分割のための素晴らしいガイド](https://www.smooth-code.com/open-source/loadable-components/docs/server-side-rendering/)も提供していくれているので、参考にしてみてください。
114110
115111
`React.lazy` 関数を使用すると、動的インポートを通常のコンポーネントとしてレンダリングすることができます。
116112

content/docs/faq-versioning.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ React は[セマンティック バージョニング (semantic versioning; semv
1818

1919
マイナーリリースは、最も一般的なリリースです。
2020

21-
<<<<<<< HEAD
22-
### 破壊的変更 {#breaking-changes}
23-
=======
24-
> This versioning policy does not apply to prerelease builds in the Next or Experimental channels. [Learn more about prereleases.](/docs/release-channels.html)
21+
> このバージョニングポリシーは Next と Experimental チャンネルのプレリリースビルドには適用されません。[プレリリースについての詳細](/docs/release-channels.html)
2522
26-
### Breaking Changes {#breaking-changes}
27-
>>>>>>> 081bb31226919062938ef924472ba1b4170facfc
23+
### 破壊的変更 {#breaking-changes}
2824

2925
破壊的変更は誰にとっても不便なので、私たちはメジャーリリースを最小限にするようにしています。例えば React 15 は 2016 年 4 月にリリースされており、React 16 は 2017 年の 9 月にリリースされています。そして React 17 は 2019 年までリリースが見込まれていません。
3026

content/docs/nav.yml

+8-31
Original file line numberDiff line numberDiff line change
@@ -111,49 +111,26 @@
111111
- id: javascript-environment-requirements
112112
title: JavaScript 環境の要件
113113
- id: glossary
114-
<<<<<<< HEAD
115114
title: React 用語集
116-
- title: Hooks (New)
117-
isOrdered: true
118-
items:
119-
- id: hooks-intro
120-
title: フックの導入
121-
- id: hooks-overview
122-
title: フック早わかり
123-
- id: hooks-state
124-
title: ステートフックの利用法
125-
- id: hooks-effect
126-
title: 副作用フックの利用法
127-
- id: hooks-rules
128-
title: フックのルール
129-
- id: hooks-custom
130-
title: カスタムフックの作成
131-
- id: hooks-reference
132-
title: フック API リファレンス
133-
- id: hooks-faq
134-
title: フックに関するよくある質問
135-
=======
136-
title: Glossary
137115
- title: Hooks
138116
isOrdered: true
139117
items:
140118
- id: hooks-intro
141-
title: Introducing Hooks
119+
title: フックの導入
142120
- id: hooks-overview
143-
title: Hooks at a Glance
121+
title: フック早わかり
144122
- id: hooks-state
145-
title: Using the State Hook
123+
title: ステートフックの利用法
146124
- id: hooks-effect
147-
title: Using the Effect Hook
125+
title: 副作用フックの利用法
148126
- id: hooks-rules
149-
title: Rules of Hooks
127+
title: フックのルール
150128
- id: hooks-custom
151-
title: Building Your Own Hooks
129+
title: カスタムフックの作成
152130
- id: hooks-reference
153-
title: Hooks API Reference
131+
title: フック API リファレンス
154132
- id: hooks-faq
155-
title: Hooks FAQ
156-
>>>>>>> 081bb31226919062938ef924472ba1b4170facfc
133+
title: フックに関するよくある質問
157134
- title: Testing
158135
items:
159136
- id: testing

0 commit comments

Comments
 (0)