-
Notifications
You must be signed in to change notification settings - Fork 113
[DONE] Translation of tools-routing.md .. #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
84407d9
done translate tools-routing.md to ar ..
3imed-jaberi 4e46424
better expression for the title - line 3
3imed-jaberi 087eabc
retated title --- line 32
3imed-jaberi 98c3c2a
translate - line 19
3imed-jaberi 9ed1b5d
better expression - line 13
3imed-jaberi 549ddf5
fix around routing - line 11
3imed-jaberi 785eebb
fix typo - line 9
3imed-jaberi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,19 @@ | ||
| --- | ||
| id: routing | ||
| title: Routing | ||
| title: التوجيه | ||
| layout: community | ||
| permalink: community/routing.html | ||
| --- | ||
|
|
||
| * **[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)). | ||
| * **[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. | ||
| * **[component-router](https://github.com/in-flux/component-router):** Flux-based routing solution for components | ||
| * **[Director](https://github.com/flatiron/director)** - A tiny and isomorphic URL router for JavaScript. | ||
| * **[Finch](http://stoodder.github.io/finchjs/)** - A simple, yet powerful, javascript route handling library. | ||
| * **[mvc-router](https://github.com/rajeev-k/mvc-router)** Use the Model-View-Controller (MVC) pattern to build React applications. | ||
| * **[Reach Router](https://reach.tech/router)** An Accessible Router for React | ||
| * **[react-mini-router](https://github.com/larrymyers/react-mini-router)** A minimal URL router mixin. | ||
| * **[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. | ||
| * **[react-router](https://github.com/rackt/react-router)** - A popular declarative router for React | ||
| * **[react-router-component](https://github.com/andreypopp/react-router-component)** Declarative routing. | ||
| * **[Aviator](https://github.com/swipely/aviator)** - محول مسارات لواجهات | ||
| الويب تم بناؤه من أجل وحدات التطبيقات ذات الصفحة الواحدة. ([مثال](https://gist.github.com/hojberg/9549330)). | ||
| * **[Backbone](https://backbonejs.org/)** - تزود Backbone بنية تطبيقات جافا سكريبت الثقيلة من خلال توفير موديل بربط المفتاح بالقيمة (key-value) و الاحداث الخاصة، ومجموعات مع واجهة برمجة تطبيقات غنية بالدوال القابلة للتعداد ، وواجهات مع معالجة الحدث ، ثم توصيلها جميعًا بالتطبيق الحالي الخاص بك عبر واجهة RESTful JSON. | ||
| * **[component-router](https://github.com/in-flux/component-router):** حل يرتكز على Flux لتوجيه المكونات. | ||
| * **[Director](https://github.com/flatiron/director)** - موجه URL صغير و متماثل لجافا سكريبت. | ||
| * **[Finch](http://stoodder.github.io/finchjs/)** - مكتبة قويّة رغم صغرها لمعالجة التوجيه في جافا سكريبت | ||
| * **[mvc-router](https://github.com/rajeev-k/mvc-router)** استخدم نموذج MVC لإنشاء تطبيقات React. | ||
| * **[Reach Router](https://reach.tech/router)** موجه سهل الوصول لـ React. | ||
| * **[react-mini-router](https://github.com/larrymyers/react-mini-router)**موجه URL صغير. | ||
| * **[react-passage](https://github.com/dollarshaveclub/react-passage):** يساعد عند الربط أو إعادة التوجيه إلى مسارات قد تكون أو لا تكون في تطبيق React الخاص بك. | ||
3imed-jaberi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| * **[react-router](https://github.com/rackt/react-router)** - موجه مشهور لـ React. | ||
| * **[react-router-component](https://github.com/andreypopp/react-router-component)** توجيه تصريحي (Declarative routing). | ||
iRayan7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.