Skip to content

Commit e5e854d

Browse files
committed
resolve rest of commentend point at 2nd review
1 parent d1570d1 commit e5e854d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/docs/optimizing-performance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,5 +432,4 @@ x === z; // true
432432

433433
不変データの使用を助けてくる他のライブラリとして [seamless-immutable](https://github.com/rtfeldman/seamless-immutable)[immutability-helper](https://github.com/kolodny/immutability-helper) の 2 つが挙がります。
434434

435-
436435
不変データ構造はオブジェクトの変化の検出を容易にします。まさにそれが `shouldComponentUpdate` の実装に必要なことのすべてです。これによってパフォーマンスを大幅に向上できる場合があります。

0 commit comments

Comments
 (0)