Skip to content

Commit f51380b

Browse files
committed
fix: move line to correct position at L235
1 parent ef7fae0 commit f51380b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/learn/thinking-in-react.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ td {
232232
2. 搜尋文字看起來是 state,因為它會隨時間變化而改變,且不能從任何東西計算出來。
233233
3. checkbox 的狀態看起來可以放進 state,因為它會隨時間變化而改變,且不能從任何東西計算出來。
234234
4. 篩選後的產品清單**不能放進 state,因為它可以透過原始的產品清單被計算出來**,且篩選本身是根據搜尋文字與 checkbox 狀態而來。
235-
236235
這代表只有搜尋文字與 checkbox 狀態應該被放進 state 中!做得好!
237236
<DeepDive>
238237

0 commit comments

Comments
 (0)