Uh oh!
There was an error while loading. Please reload this page.
Translate Code-Splitting - #58
Conversation
koba04
commented
Feb 6, 2019
@atsumine ありがとうございます!!一点、改行を原文と合わせるようにお願いします 🙇 |
smikitky
commented
Feb 6, 2019
@koba04 この原文ファイルは、他と違って文の途中でも積極的に改行しているようなので、合わせるのは困難そうです… |
koba04
commented
Feb 7, 2019
確かにそうですね...。しかも意味の区切りというわけでもなさそうですね。 |
koba04
left a comment
There was a problem hiding this comment.
@atsumine いくつかコメントしたので確認お願いします! 🙏
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ``` | ||
| ## Route-based code splitting | ||
| ## ルート単位でのコード分割 |
There was a problem hiding this comment.
以降の文にてルートがトップレベルのルートと混同されるように感じたのでルーティングと明確にしたのですが如何でしょうか? (imo)
| ## ルート単位でのコード分割 | |
| ## ルーティング単位でのコード分割 |
sugoikondo
commented
Feb 9, 2019
ご指摘ありがとうございます!こんなに丁寧にレビューして頂いて感無量です…! コンフリクトの解消とともに、修正してまいりますね! |
Co-Authored-By: atsumine <atsu9615@me.com>
| Bundling is the process of following imported files and merging them into a | ||
| single file: a "bundle". This bundle can then be included on a webpage to load | ||
| an entire app at once. | ||
| 多くの React アプリケーションは、[Webpack](https://webpack.js.org/)や [Browserify](http://browserify.org/) などのツールを使ってファイルを「バンドル」しています。バンドルはインポートされたファイルをたどって、それらを1つのファイルにまとめるプロセスです。このバンドルされたファイルを Web ページ内に置くことによって、アプリ全体を一度に読み込むことができます。 |
There was a problem hiding this comment.
| 多くの React アプリケーションは、[Webpack](https://webpack.js.org/)や [Browserify](http://browserify.org/) などのツールを使ってファイルを「バンドル」しています。バンドルはインポートされたファイルをたどって、それらを1つのファイルにまとめるプロセスです。このバンドルされたファイルを Web ページ内に置くことによって、アプリ全体を一度に読み込むことができます。 | |
| 多くの React アプリケーションは、[Webpack](https://webpack.js.org/)や [Browserify](http://browserify.org/) などのツールを使ってファイルを「バンドル」しています。バンドルはインポートされたファイルをたどって、それらを 1 つのファイルにまとめるプロセスです。このバンドルされたファイルを Web ページ内に置くことによって、アプリ全体を一度に読み込むことができます。 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: atsumine <atsu9615@me.com>
確認しました。
こちらだけ対応をお願いします。このままだと、リンクの gist に code splitting 導入前のダメな例が載っているかのような文になってしまっています。リンク先の gist は code splitting が正しく動作するための最小限の例です。「(code splittingを導入すると、)大雑把にはこんな感じの設定になるでしょう」ということが言いたいのだと思います。 |
sugoikondo
commented
Feb 10, 2019
なんと!すみません、完全に原文の意味を取り違っておりました。。 |
koba04
left a comment
There was a problem hiding this comment.
@atsumine いくつか間違った指摘をしてすみませんでした🙏
対応ありがとうございます✨
sugoikondo
commented
Feb 10, 2019
@koba04 いえいえ!もとはといえば、私の誤訳や間際らしい文章がすべての原因ですので、落ち度は私にあります。申し訳ありませんでした。:bow: お二人方には本当に丁寧にレビューをしていただき、感無量です! |
smikitky
commented
Feb 10, 2019
マージしました、ありがとうございました! |
I finished translating Code-Splitting
Please let me know if you find any mistakes.
Thanks.
target issue : #4