You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/community/articles.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,11 @@ sectionid: community
6
6
permalink: community/articles.html
7
7
---
8
8
9
-
<<<<<<< HEAD
10
-
11
9
-[كيف React](https://github.com/petehunt/react-howto) - دليل Pete Hunt لنظام React.
12
10
-[9 أشياء يجب أن يعرفها كل مبتدئ في React.js](https://camjackson.net/post/9-things-every-reactjs-beginner-should-know) - دليل كام جاكسون للمبتدئين.
13
11
-[React لحظات الإدراك](https://tylermcginnis.com/react-aha-moments/) - مقالة تايلر مكجينيس حول مجموعته من لحظات الإدراك مع React.
14
12
-[تنقصك نقطة React](https://medium.com/@dan_abramov/youre-missing-the-point-of-react-a20e34a51e1a) - مقالة دان أبراموف حول أفضل أجزاء React.
15
13
-[الجدول الزمني لتعلم React](https://daveceddia.com/timeline-for-learning-react/) - الجدول الزمني الموصى به من قِبل ديف سيديا لتعلم React ونظامه.
16
14
-[تطوير بسيط بـ React في 2017](https://hackernoon.com/simple-react-development-in-2017-113bd563691f) - دليل جوشوا كومو لعرض مدى سهولة بدء التطوير بـ React.
17
15
-[دليل مرئي للحالة في React](https://daveceddia.com/visual-guide-to-state-in-react/) - دليل ديف سيديا المرئي للحالة في React.
18
-
-[التدريب العملي على لتعلم React Hooks](https://www.telerik.com/kendo-react-ui/react-hooks-guide/)
19
-
=======
20
-
-[React How-to](https://github.com/petehunt/react-howto) - Pete Hunt's guide to the React ecosystem.
21
-
-[9 things every React.js beginner should know](https://camjackson.net/post/9-things-every-reactjs-beginner-should-know) - Cam Jackson's guide for beginners.
22
-
-[React "Aha" Moments](https://tylermcginnis.com/react-aha-moments/) - Tyler McGinnis' article on his collection of "Aha" moments with React.
23
-
-[You're missing the point of React](https://medium.com/@dan_abramov/youre-missing-the-point-of-react-a20e34a51e1a) - Dan Abramov's article about the best parts of React.
24
-
-[Timeline for Learning React](https://daveceddia.com/timeline-for-learning-react/) - Dave Ceddia's recommended timeline for learning React and the React ecosystem.
25
-
-[Simple React Development in 2017](https://hackernoon.com/simple-react-development-in-2017-113bd563691f) - Joshua Comeau's guide to showcase how easy it can be to start modern React development.
26
-
-[Visual Guide to State in React](https://daveceddia.com/visual-guide-to-state-in-react/) - Dave Ceddia's visual guide to React state.
27
-
-[The Hands-On Guide to Learning React Hooks](https://www.telerik.com/kendo-react-ui/react-hooks-guide/) - Eric Bishard's step-by-step guide to learning React Hooks.
28
-
>>>>>>> de497e250340ff597ce4964279369f16315b8b4b
16
+
-[التدريب العملي على لتعلم React Hooks](https://www.telerik.com/kendo-react-ui/react-hooks-guide/) دليل Eric Bishard خطوة بخطوة لتعلم الخطافات
Copy file name to clipboardExpand all lines: content/docs/addons-test-utils.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,11 +124,7 @@ it('can render and update a counter', () => {
124
124
125
125
- لا تنسَ أنَّ إرسال أحداث DOM يعمل عند إضافة حاوية DOM إلى `document` فقط. تستطيع استعمال مساعد مثل [React Testing Library](https://testing-library.com/react) لتقليل الشيفرة المتداولة (boilerplate code).
126
126
127
-
<<<<<<< HEAD
128
127
-[`recipes`](/docs/testing-recipes.html) تحتوي على المزيد من المعلومات حول كيفية عمل وطريقة استخدات `act()`.
129
-
=======
130
-
- The [`recipes`](/docs/testing-recipes.html) document contains more details on how `act()` behaves, with examples and usage.
Copy file name to clipboardExpand all lines: content/docs/hooks-intro.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,8 @@ function Example() {
31
31
32
32
>Note
33
33
>
34
-
<<<<<<< HEAD
35
-
> الإصدار 16.8.0 من React هو أول إصدار يدعم الخطافات. عند الترقية إليه، لا تنسَ تحديث جميع الحزم بما فيها React DOM. ستدعم ReactNative الخطافات في الإصدار المستقر القادم.
36
-
=======
37
-
>React 16.8.0 is the first release to support Hooks. When upgrading, don't forget to update all packages, including React DOM.
38
-
>React Native supports Hooks since [the 0.59 release of React Native](https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059).
39
-
>>>>>>> de497e250340ff597ce4964279369f16315b8b4b
34
+
> الإصدار 16.8.0 من React هو أول إصدار يدعم الخطافات. عند الترقية إليه، لا تنسَ تحديث جميع الحزم بما فيها React DOM.
35
+
> React Native تدعم الخطافات في [اصدار 0.59](https://facebook.github.io/react-native/blog/2019/03/12/releasing-react-native-059).
0 commit comments