Skip to content

Commit 4b2af1e

Browse files
committed
resolve conflict
1 parent 349ba92 commit 4b2af1e

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

public/rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<description><![CDATA[This blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted here first.]]></description>
55
<link>https://react.dev/</link>
66
<generator>react.dev rss module</generator>
7-
<lastBuildDate>Tue, 15 Oct 2024 17:49:58 GMT</lastBuildDate>
7+
<lastBuildDate>Tue, 15 Oct 2024 19:03:53 GMT</lastBuildDate>
88
<atom:link href="https://react.dev/rss.xml" rel="self" type="application/rss+xml"/>
9-
<pubDate>Tue, 15 Oct 2024 17:49:58 GMT</pubDate>
9+
<pubDate>Tue, 15 Oct 2024 19:03:53 GMT</pubDate>
1010
<language><![CDATA[en]]></language>
1111
<item>
1212
<title><![CDATA[React Conf 2024 Recap]]></title>

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -268,21 +268,11 @@ React-те «модельдік» деректердің екі түрі бар:
268268

269269
Енді олар үшін стратегиямызды қарастырайық:
270270

271-
<<<<<<< HEAD
272-
1. **Күйлерді қолданатын компоненттерді анықтаңыз:**
273-
* `ProductTable` күйлерге негізделген өнімдер тізімін фильтрлеу (іздеу сұрауы және чекбокс ұяшығының мәні).
274-
* `SearchBar` сол күйді көрсету керек (іздеу мәтіні және чекбокс мәні).
275-
1. **Олардың ортақ негізгі компонентін табыңыз:** Екі компоненттің ортақ негізгі компоненті `FilterableProductTable` болып табылады.
276-
2. **Күй қайда тұратынын шешіңіз**: Фильтр мәтінін және чекбокс күй мәндерін `FilterableProductTable` ішінде сақтаймыз.
277-
278-
Осылайша күй мәндері `FilterableProductTable` ішінде орналасады.
279-
=======
280271
1. **Identify components that use state:**
281272
* `ProductTable` needs to filter the product list based on that state (search text and checkbox value).
282273
* `SearchBar` needs to display that state (search text and checkbox value).
283274
2. **Find their common parent:** The first parent component both components share is `FilterableProductTable`.
284275
3. **Decide where the state lives**: We'll keep the filter text and checked state values in `FilterableProductTable`.
285-
>>>>>>> 2b2d0f2309f49c82cf5bb88ea62fb2e44661c634
286276

287277
Компонент күйді [`useState()` Hook](/reference/react/useState) арқылы қосамыз. Хуктар - бұл React-ке қосылуға мүмкіндік беретін арнайы "ілмек" функциялар. `FilterableProductTable` жоғарғы жағына екі күй айнымалы мәнін қосыңыз және олардың бастапқы күйін көрсетіңіз:
288278

0 commit comments

Comments
 (0)