Skip to content

Commit 78b2e3c

Browse files
author
Abolfazl Rezvani Naraqi
authored
Merge branch 'main' into sync-9a1e1c61
2 parents 75305e4 + 572bb06 commit 78b2e3c

File tree

3 files changed

+467
-329
lines changed

3 files changed

+467
-329
lines changed

README.md

Lines changed: 147 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1-
<h1 dir="rtl">نسخه فارسی <a href="https://reactjs.dev/">reactjs.dev</a></h1>
1+
<h1 dir="rtl">
2+
نسخه فارسی <a href="https://reactjs.dev/">reactjs.dev</a>
3+
</h1>
24

35
<p dir="rtl">
4-
اگر این صفحه را مشاهده می‌کنید، احتمالا به ترجمه فارسی اسناد ری‌اکت (react) علاقه‌مند هستید. پس خوش‌ آمدید!
6+
اگر این صفحه را مشاهده می‌کنید، احتمالا به ترجمه فارسی اسناد ری‌اکت (react)
7+
علاقه‌مند هستید. پس خوش‌ آمدید!
58
</p>
69

710
<p dir="rtl">
8-
این مخزن کد (repo) با هدف توسعه اسناد ری‌اکت به زبان فارسی، از <a href="https://github.com/reactjs/reactjs.dev">reactjs/reactjs.dev</a> انشعاب (fork) گرفته‌است و پیوسته با نسخه اصلی همگام‌سازی می‌شود.
11+
این مخزن کد (repo) با هدف توسعه اسناد ری‌اکت به زبان فارسی، از
12+
<a href="https://github.com/reactjs/reactjs.dev">reactjs/reactjs.dev</a>
13+
انشعاب (fork) گرفته‌است و پیوسته با نسخه اصلی همگام‌سازی می‌شود.
914
</p>
1015

1116
<p dir="rtl">
12-
نسخه فارسی اسناد ری‌اکت را در <a href="https://fa.reactjs.org/" target="_blank">fa.reactjs.org</a> ببینید.
17+
نسخه فارسی اسناد ری‌اکت را در
18+
<a href="https://fa.reactjs.org/" target="_blank">
19+
fa.reactjs.org
20+
</a>
21+
ببینید.
1322
</p>
1423

1524
<h2 dir="rtl">چگونه مشارکت کنم؟</h2>
1625

17-
<p dir="rtl">
18-
پیشنهاد می‌شود به‌ترتیب از لینک‌های زیر شروع کنید:
19-
</p>
26+
<p dir="rtl">پیشنهاد می‌شود به‌ترتیب از لینک‌های زیر شروع کنید:</p>
2027
<ul dir="rtl">
2128
<li>
2229
<a href="https://github.com/reactjs/fa.reactjs.org/blob/master/CONTRIBUTING.md">
@@ -40,60 +47,70 @@
4047
</li>
4148
</ul>
4249

43-
<h2 dir="rtl">
44-
دریافت کد
45-
</h2>
50+
<h2 dir="rtl">دریافت کد</h2>
4651

47-
<h3 dir="rtl">
48-
پیش‌نیازها
49-
</h3>
52+
<h3 dir="rtl">پیش‌نیازها</h3>
5053

5154
<ul dir="rtl">
5255
<li>
5356
<a href="https://git-scm.com/downloads">Git</a>
5457
</li>
5558
<li>
5659
<a href="https://nodejs.org/en/">Node.js</a> نسخه ۱۲ (۱۲.۰.۰ به بالا)
57-
</li>
58-
<li>
59-
<a href="https://yarnpkg.com/lang/en/docs/install/">Yarn v1</a>
6060
</li>
6161
<li>
62-
یک فورک از رپو (برای مشارکت)
63-
</li>
64-
<li>
65-
یک کلون از رپوی reactjs.org بر روی ماشینتون
62+
<a href="https://yarnpkg.com/lang/en/docs/install/">Yarn v1</a>
6663
</li>
6764
</ul>
6865

6966
<h3 dir="rtl">نصب</h3>
7067

68+
# ۱. ابتدا از پروژه یک فورک بگیرید
69+
70+
در آدرس زیر بر روی دکمه `fork` کلیک کنید.
71+
سپس وارد این فورک در ری‌پوی خودتان شوید
72+
‍‍‍‍‍
73+
74+
```bash
75+
https://github.com/reactjs/fa.react.dev
76+
```
77+
78+
# ۲. یک کپی از مخزن کد بگیرید
79+
7180
```bash
72-
# ۱. یک کپی از مخزن کد بگیرید
73-
git clone https://github.com/reactjs/fa.reactjs.org.git
81+
git clone https://github.com/reactjs/fa.react.dev.git
82+
```
83+
84+
# ۳. به شاخه اصلی پروژه بروید
7485

75-
# ۲. به شاخه اصلی پروژه بروید
86+
```bash
7687
cd fa.reactjs.org
88+
```
7789

78-
# ۳. وابستگی‌های npm پروژه را نصب کنید
90+
# ۴. وابستگی‌های npm پروژه را نصب کنید
91+
92+
```bash
7993
yarn
8094
```
8195

8296
<h3 dir="rtl">اجرا</h3>
8397

84-
```bash
8598
# سرور توسعه با قابلیت بارگذاری خودکار را اجرا کنید (قدرت گرفته از Gatsby)
99+
100+
```bash
86101
yarn dev
87102
```
88103

89104
<p dir="rtl">
90-
حالا آدرس <a href="http://localhost:8000">http://localhost:8000</a> را در مرورگر دلخواه خود باز کنید و تمام!
105+
حالا آدرس <a href="http://localhost:3000">http://localhost:3000</a> را در
106+
مرورگر دلخواه خود باز کنید و تمام!
91107
</p>
92108

93109
<h3 dir="rtl">سوالی دارید؟</h3>
94110

95111
‌<p dir="rtl">
96112
اگر سوالی دارید با نگاه‌دارندگان تماس بگیرید یا <a href="https://github.com/reactjs/fa.reactjs.org/issues/new">یک موضوع (issue) جدید</a> ثبت کنید!
113+
97114
</p>
98115

99116
<h2 dir="rtl">مشارکت‌کنندگان</h2>
@@ -134,20 +151,114 @@ yarn dev
134151
<h3 dir="rtl">نگاه‌دارندگان</h3>
135152

136153
<table>
137-
<tr>
138-
<td align="center"><a href="https://github.com/rezvani2647"><img src="https://avatars1.githubusercontent.com/u/61161472?v=4?s=64" width="64px;" alt=""/><br /><sub><b>Abolfazl Rezvani Naraqi</b></sub></a></td>
139-
<td align="center"><a href="https://github.com/Schabaani"><img src="https://avatars3.githubusercontent.com/u/16123923?v=4?s=64" width="64px;" alt=""/><br /><sub><b>Amir Shabani</b></sub></a></td>
140-
<td align="center"><a href="http://refactor.ir/"><img src="https://avatars2.githubusercontent.com/u/10113477?v=4?s=64" width="64px;" alt=""/><br /><sub><b>Masoud Bahrami</b></sub></a></td>
141-
<td align="center"><a href="https://github.com/seven-deuce"><img src="https://avatars1.githubusercontent.com/u/40258654?v=4?s=64" width="64px;" alt=""/><br /><sub><b>Mehdi</b></sub></a></td>
142-
<td align="center"><a href="https://github.com/sJJdGG"><img src="https://avatars1.githubusercontent.com/u/25764288?v=4?s=64" width="64px;" alt=""/><br /><sub><b>sJJdGG</b></sub></a></td>
143-
<td align="center"><a href="http://sorousht.com/"><img src="https://avatars2.githubusercontent.com/u/3072018?v=4?s=64" width="64px;" alt=""/><br /><sub><b>Soroush Torkzadeh</b></sub></a></td>
144-
<td align="center"><a href="https://github.com/zahrajoulaei"><img src="https://avatars0.githubusercontent.com/u/13994544?v=4?s=64" width="64px;" alt=""/><br /><sub><b>ZahraCandoIt!</b></sub></a></td>
154+
<tr>
155+
<td align="center">
156+
<a href="https://github.com/rezvani2647">
157+
<img
158+
src="https://avatars1.githubusercontent.com/u/61161472?v=4?s=64"
159+
width="64px;"
160+
alt=""
161+
/>
162+
<br />
163+
<sub>
164+
<b>Abolfazl Rezvani Naraqi</b>
165+
</sub>
166+
</a>
167+
</td>
168+
<td align="center">
169+
<a href="https://github.com/Schabaani">
170+
<img
171+
src="https://avatars3.githubusercontent.com/u/16123923?v=4?s=64"
172+
width="64px;"
173+
alt=""
174+
/>
175+
<br />
176+
<sub>
177+
<b>Amir Shabani</b>
178+
</sub>
179+
</a>
180+
</td>
181+
<td align="center">
182+
<a href="http://refactor.ir/">
183+
<img
184+
src="https://avatars2.githubusercontent.com/u/10113477?v=4?s=64"
185+
width="64px;"
186+
alt=""
187+
/>
188+
<br />
189+
<sub>
190+
<b>Masoud Bahrami</b>
191+
</sub>
192+
</a>
193+
</td>
194+
<td align="center">
195+
<a href="https://github.com/seven-deuce">
196+
<img
197+
src="https://avatars1.githubusercontent.com/u/40258654?v=4?s=64"
198+
width="64px;"
199+
alt=""
200+
/>
201+
<br />
202+
<sub>
203+
<b>Mehdi</b>
204+
</sub>
205+
</a>
206+
</td>
207+
<td align="center">
208+
<a href="https://github.com/sJJdGG">
209+
<img
210+
src="https://avatars1.githubusercontent.com/u/25764288?v=4?s=64"
211+
width="64px;"
212+
alt=""
213+
/>
214+
<br />
215+
<sub>
216+
<b>sJJdGG</b>
217+
</sub>
218+
</a>
219+
</td>
220+
<td align="center">
221+
<a href="http://sorousht.com/">
222+
<img
223+
src="https://avatars2.githubusercontent.com/u/3072018?v=4?s=64"
224+
width="64px;"
225+
alt=""
226+
/>
227+
<br />
228+
<sub>
229+
<b>Soroush Torkzadeh</b>
230+
</sub>
231+
</a>
232+
</td>
233+
<td align="center">
234+
<a href="https://github.com/zahrajoulaei">
235+
<img
236+
src="https://avatars0.githubusercontent.com/u/13994544?v=4?s=64"
237+
width="64px;"
238+
alt=""
239+
/>
240+
<br />
241+
<sub>
242+
<b>ZahraCandoIt!</b>
243+
</sub>
244+
</a>
245+
</td>
145246
</tr>
146247
</table>
147-
<p dir="rtl">اسم شما فراموش شده‌است؟‌ <a href="https://github.com/reactjs/fa.reactjs.org/issues/new">به ما تذکر دهید!</a></p>
248+
<p dir="rtl">
249+
اسم شما فراموش شده‌است؟‌{' '}
250+
<a href="https://github.com/reactjs/fa.reactjs.org/issues/new">
251+
به ما تذکر دهید!
252+
</a>
253+
</p>
148254

149255
<h2 dir="rtl">مجوز</h2>
150256

151257
<p dir="rtl">
152-
محتوایی که در <a href="https://reactjs.org/">reactjs.org</a> قرار می‌گیرد، تخت مجوز CC-BY-4.0 منتشر می‌شود که جزئیات آن در <a href="https://github.com/open-source-explorer/reactjs.org/blob/master/LICENSE-DOCS.md">LICENSE-DOCS.md</a> آمده‌است.
258+
محتوایی که در <a href="https://reactjs.org/">reactjs.org</a> قرار می‌گیرد، تخت
259+
مجوز CC-BY-4.0 منتشر می‌شود که جزئیات آن در{' '}
260+
<a href="https://github.com/open-source-explorer/reactjs.org/blob/master/LICENSE-DOCS.md">
261+
LICENSE-DOCS.md
262+
</a>{' '}
263+
آمده‌است.
153264
</p>

src/content/community/conferences.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,35 @@ December 8 & 12, 2023. In-person in Berlin, Germany + remote first interactivity
5252

5353
## Past Conferences {/*past-conferences*/}
5454

55-
### React Summit 2023 {/*react-summit-2023*/}
56-
June 2 & 6, 2023. In-person in Amsterdam, Netherlands + remote first interactivity (hybrid event)
57-
58-
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://portal.gitnation.org/events/react-summit-2023)
59-
60-
### Render(ATL) 2023 🍑 {/*renderatl-2023-*/}
61-
May 31 - June 2, 2023. Atlanta, GA, USA
55+
### Reactathon 2023 {/*reactathon-2023*/}
56+
May 2 - 3, 2023. San Francisco, CA, USA
6257

63-
[Website](https://renderatl.com) - [Discord](https://www.renderatl.com/discord) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl) - [Podcast](https://www.renderatl.com/culture-and-code#/)
58+
[Website](https://reactathon.com) - [Twitter](https://twitter.com/reactathon) - [YouTube](https://www.youtube.com/realworldreact)
6459

65-
### Chain React 2023 {/*chain-react-2023*/}
66-
May 17 - 19, 2023. Portland, OR, USA
60+
### RemixConf 2023 {/*remixconf-2023*/}
61+
May, 2023. Salt Lake City, UT
6762

68-
[Website](https://chainreactconf.com/) - [Twitter](https://twitter.com/ChainReactConf) - [Facebook](https://www.facebook.com/ChainReactConf/) - [Youtube](https://www.youtube.com/channel/UCwpSzVt7QpLDbCnPXqR97-g/playlists)
63+
[Website](https://remix.run/conf/2023) - [Twitter](https://twitter.com/remix_run)
6964

7065
### App.js Conf 2023 {/*appjs-conf-2023*/}
7166
May 10 - 12, 2023. In-person in Kraków, Poland + remote
7267

7368
[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)
7469

75-
### RemixConf 2023 {/*remixconf-2023*/}
76-
May, 2023. Salt Lake City, UT
70+
### Chain React 2023 {/*chain-react-2023*/}
71+
May 17 - 19, 2023. Portland, OR, USA
7772

78-
[Website](https://remix.run/conf/2023) - [Twitter](https://twitter.com/remix_run)
73+
[Website](https://chainreactconf.com/) - [Twitter](https://twitter.com/ChainReactConf) - [Facebook](https://www.facebook.com/ChainReactConf/) - [Youtube](https://www.youtube.com/channel/UCwpSzVt7QpLDbCnPXqR97-g/playlists)
7974

80-
### Reactathon 2023 {/*reactathon-2023*/}
81-
May 2 - 3, 2023. San Francisco, CA, USA
75+
### Render(ATL) 2023 🍑 {/*renderatl-2023-*/}
76+
May 31 - June 2, 2023. Atlanta, GA, USA
8277

83-
[Website](https://reactathon.com) - [Twitter](https://twitter.com/reactathon) - [YouTube](https://www.youtube.com/realworldreact)
78+
[Website](https://renderatl.com) - [Discord](https://www.renderatl.com/discord) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl) - [Podcast](https://www.renderatl.com/culture-and-code#/)
79+
80+
### React Summit 2023 {/*react-summit-2023*/}
81+
June 2 & 6, 2023. In-person in Amsterdam, Netherlands + remote first interactivity (hybrid event)
82+
83+
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://portal.gitnation.org/events/react-summit-2023)
8484

8585
### React Miami 2023 {/*react-miami-2023*/}
8686
April 20 - 21, 2023. Miami, FL, USA

0 commit comments

Comments
 (0)