Skip to content

Add Community/Routing translation #214

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 7 commits into from
Mar 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions content/community/tools-routing.md
Original file line number Diff line number Diff line change
@@ -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.