[go: up one dir, main page]

Skip to content

Commit

Permalink
remove controll character from 02-displaying-data.ja-JP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jul 11, 2015
1 parent 7661d6c commit 41858a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/02-displaying-data.ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ setInterval(function() {

## リアクティブなアップデート

`hello-react.html` をウェブブラウザで開き、テキストフィールドにあなたの名前を入力してください。ReactはUIのうち、時間の文字列しか変更しないことに注意してください。あなたがテキストフィールドに入力したものは残っています。あなたはそういったコードを書いていないのにも関わらずです。Reactはあなたのことを理解しており、正しいことを行います。
`hello-react.html` をウェブブラウザで開き、テキストフィールドにあなたの名前を入力してください。ReactはUIのうち、時間の文字列しか変更しないことに注意してください。あなたがテキストフィールドに入力したものは残っています。あなたはそういったコードを書いていないのにも関わらずです。Reactはあなたのことを理解しており、正しいことを行います。

このことについて私たちが理解できる方法は、Reactは必要になるまで、DOMの操作を行わないということです。 **Reactは、DOMの変化を表現し、あなたにもっとも効率的なDOMの変化を見積もるために早い、内部のモックのDOMを使っています。**

Expand Down

0 comments on commit 41858a7

Please sign in to comment.