|
1 | 1 | ---
|
2 | 2 | id: routing
|
3 |
| -title: Routing |
| 3 | +title: Enrutamiento |
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)** - Aviator es un enrutador del *frontend* construido para aplicaciones modulares de una sola página. ([Ejemplo](https://gist.github.com/hojberg/9549330)). |
| 9 | +* **[Backbone](https://backbonejs.org/)** - Backbone proporciona estructura a aplicaciones pesadas de JavaScript al proporcionar modelos con enlace key-valor y eventos personalizados, colecciones con una API rica de funciones enumerables, vistas con manejo declarativo de eventos, y lo conecta todo a tu aplicación existente a través de una interfaz RESTful JSON. |
| 10 | +* **[component-router](https://github.com/in-flux/component-router):** Solución de enrutamiento basada en Flux para componentes. |
| 11 | +* **[Director](https://github.com/flatiron/director)** - Un pequeño e isomórfico enrutador de direcciones URL para JavaScript. |
| 12 | +* **[Finch](http://stoodder.github.io/finchjs/)** - Una simple pero poderosa biblioteca para el manejo de rutas en JavaScript. |
| 13 | +* **[mvc-router](https://github.com/rajeev-k/mvc-router)** Usa el patrón Modelo-Vista-Controlador (MVC) para construir aplicaciones en React. |
| 14 | +* **[Reach Router](https://reach.tech/router)** Un enrutador accesible para React. |
| 15 | +* **[react-mini-router](https://github.com/larrymyers/react-mini-router)**Un mixin básico para el enrutamiento de direcciones URL. |
| 16 | +* **[react-passage](https://github.com/dollarshaveclub/react-passage):** Passage ayuda cuando los enlaces o redirecciones a rutas pueden o no estar en tu aplicación de React. |
| 17 | +* **[react-router](https://github.com/rackt/react-router)** - Un popular enrutador declarativo para React. |
| 18 | +* **[react-router-component](https://github.com/andreypopp/react-router-component)** Enrutamiento declarativo. |
0 commit comments