Skip to content

Commit a1c0597

Browse files
authored
Merge pull request #159 from 3imed-jaberi/routing
[DONE] Translation of tools-routing.md ..
2 parents 57505d6 + 785eebb commit a1c0597

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

content/community/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- id: starter-kits
3030
title: أدوات البداية
3131
- id: routing
32-
title: المسارات
32+
title: التوجيه
3333
- id: model-management
3434
title: إدارة النموذج
3535
- id: data-fetching

content/community/tools-routing.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
id: routing
3-
title: Routing
3+
title: التوجيه
44
layout: community
55
permalink: community/routing.html
66
---
77

8-
* **[Aviator](https://github.com/swipely/aviator)** - Aviator is a front-end router built for modular single page applications. ([Example](https://gist.github.com/hojberg/9549330)).
9-
* **[Backbone](https://backbonejs.org/)** - Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
10-
* **[component-router](https://github.com/in-flux/component-router):** Flux-based routing solution for components
11-
* **[Director](https://github.com/flatiron/director)** - A tiny and isomorphic URL router for JavaScript.
12-
* **[Finch](http://stoodder.github.io/finchjs/)** - A simple, yet powerful, javascript route handling library.
13-
* **[mvc-router](https://github.com/rajeev-k/mvc-router)** Use the Model-View-Controller (MVC) pattern to build React applications.
14-
* **[Reach Router](https://reach.tech/router)** An Accessible Router for React
15-
* **[react-mini-router](https://github.com/larrymyers/react-mini-router)** A minimal URL router mixin.
16-
* **[react-passage](https://github.com/dollarshaveclub/react-passage):** Passage helps when linking or redirecting to routes that may or may not be in your react app.
17-
* **[react-router](https://github.com/rackt/react-router)** - A popular declarative router for React
18-
* **[react-router-component](https://github.com/andreypopp/react-router-component)** Declarative routing.
8+
* **[Aviator](https://github.com/swipely/aviator)** - محول مسارات لواجهات
9+
الويب تم بناؤه من أجل وحدات التطبيقات ذات الصفحة الواحدة. ([مثال](https://gist.github.com/hojberg/9549330)).
10+
* **[Backbone](https://backbonejs.org/)** - تزود Backbone بنية تطبيقات جافا سكريبت الثقيلة من خلال توفير موديل بربط المفتاح بالقيمة (key-value) و الاحداث الخاصة، ومجموعات مع واجهة برمجة تطبيقات غنية بالدوال القابلة للتعداد ، وواجهات مع معالجة الحدث ، ثم توصيلها جميعًا بالتطبيق الحالي الخاص بك عبر واجهة RESTful JSON.
11+
* **[component-router](https://github.com/in-flux/component-router):** حل يرتكز على Flux لتوجيه المكونات.
12+
* **[Director](https://github.com/flatiron/director)** - موجه URL صغير و متماثل لجافا سكريبت.
13+
* **[Finch](http://stoodder.github.io/finchjs/)** - مكتبة قويّة رغم صغرها لمعالجة التوجيه في جافا سكريبت
14+
* **[mvc-router](https://github.com/rajeev-k/mvc-router)** استخدم نموذج MVC لإنشاء تطبيقات React.
15+
* **[Reach Router](https://reach.tech/router)** موجه سهل الوصول لـ React.
16+
* **[react-mini-router](https://github.com/larrymyers/react-mini-router)**موجه URL صغير.
17+
* **[react-passage](https://github.com/dollarshaveclub/react-passage):** يساعد عند الربط أو إعادة التوجيه إلى مسارات قد تكون أو لا تكون في تطبيق React الخاص بك.
18+
* **[react-router](https://github.com/rackt/react-router)** - موجه مشهور لـ React.
19+
* **[react-router-component](https://github.com/andreypopp/react-router-component)** توجيه تصريحي (Declarative routing).

0 commit comments

Comments
 (0)