Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
khakimio committed Oct 15, 2024
1 parent 349ba92 commit 4b2af1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<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>
<link>https://react.dev/</link>
<generator>react.dev rss module</generator>
<lastBuildDate>Tue, 15 Oct 2024 17:49:58 GMT</lastBuildDate>
<lastBuildDate>Tue, 15 Oct 2024 19:03:53 GMT</lastBuildDate>
<atom:link href="https://react.dev/rss.xml" rel="self" type="application/rss+xml"/>
<pubDate>Tue, 15 Oct 2024 17:49:58 GMT</pubDate>
<pubDate>Tue, 15 Oct 2024 19:03:53 GMT</pubDate>
<language><![CDATA[en]]></language>
<item>
<title><![CDATA[React Conf 2024 Recap]]></title>
Expand Down
10 changes: 0 additions & 10 deletions src/content/learn/thinking-in-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,21 +268,11 @@ React-те «модельдік» деректердің екі түрі бар:

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

<<<<<<< HEAD
1. **Күйлерді қолданатын компоненттерді анықтаңыз:**
* `ProductTable` күйлерге негізделген өнімдер тізімін фильтрлеу (іздеу сұрауы және чекбокс ұяшығының мәні).
* `SearchBar` сол күйді көрсету керек (іздеу мәтіні және чекбокс мәні).
1. **Олардың ортақ негізгі компонентін табыңыз:** Екі компоненттің ортақ негізгі компоненті `FilterableProductTable` болып табылады.
2. **Күй қайда тұратынын шешіңіз**: Фильтр мәтінін және чекбокс күй мәндерін `FilterableProductTable` ішінде сақтаймыз.

Осылайша күй мәндері `FilterableProductTable` ішінде орналасады.
=======
1. **Identify components that use state:**
* `ProductTable` needs to filter the product list based on that state (search text and checkbox value).
* `SearchBar` needs to display that state (search text and checkbox value).
2. **Find their common parent:** The first parent component both components share is `FilterableProductTable`.
3. **Decide where the state lives**: We'll keep the filter text and checked state values in `FilterableProductTable`.
>>>>>>> 2b2d0f2309f49c82cf5bb88ea62fb2e44661c634

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

Expand Down

0 comments on commit 4b2af1e

Please sign in to comment.