Skip to content

Commit 5ce1270

Browse files
hextiandrocarburo
authored andcommitted
Add Community/Routing translation (#214)
1 parent fa0f59e commit 5ce1270

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/community/tools-routing.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
id: routing
3-
title: Routing
3+
title: Enrutamiento
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)** - 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

Comments
 (0)