|
1 | 1 | ---
|
2 | 2 | id: routing
|
3 |
| -title: Routing |
| 3 | +title: التوجيه |
4 | 4 | layout: community
|
5 | 5 | permalink: community/routing.html
|
6 | 6 | ---
|
7 | 7 |
|
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