diff --git a/content/community/tools-routing.md b/content/community/tools-routing.md index e8f37c7d1..d1127fb5e 100644 --- a/content/community/tools-routing.md +++ b/content/community/tools-routing.md @@ -1,18 +1,18 @@ --- id: routing -title: Routing +title: Enrutamiento 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)** - Aviator es un enrutador del *frontend* construido para aplicaciones modulares de una sola página. ([Ejemplo](https://gist.github.com/hojberg/9549330)). +* **[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. +* **[component-router](https://github.com/in-flux/component-router):** Solución de enrutamiento basada en Flux para componentes. +* **[Director](https://github.com/flatiron/director)** - Un pequeño e isomórfico enrutador de direcciones URL para JavaScript. +* **[Finch](http://stoodder.github.io/finchjs/)** - Una simple pero poderosa biblioteca para el manejo de rutas en JavaScript. +* **[mvc-router](https://github.com/rajeev-k/mvc-router)** Usa el patrón Modelo-Vista-Controlador (MVC) para construir aplicaciones en React. +* **[Reach Router](https://reach.tech/router)** Un enrutador accesible para React. +* **[react-mini-router](https://github.com/larrymyers/react-mini-router)**Un mixin básico para el enrutamiento de direcciones URL. +* **[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. +* **[react-router](https://github.com/rackt/react-router)** - Un popular enrutador declarativo para React. +* **[react-router-component](https://github.com/andreypopp/react-router-component)** Enrutamiento declarativo.