From c131dea9d19c99bc0433f53e8bf7ebb2c6f94bd7 Mon Sep 17 00:00:00 2001 From: Jacob Kelley Date: Fri, 26 Oct 2018 09:03:16 -0700 Subject: [PATCH] Update tools-ui-components.md (#1319) * Reverting Passage addition to UI * Adding Passage to the Routing tools doc --- content/community/tools-routing.md | 13 +++++++------ content/community/tools-ui-components.md | 1 - 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/community/tools-routing.md b/content/community/tools-routing.md index ecc74905..24a561b8 100644 --- a/content/community/tools-routing.md +++ b/content/community/tools-routing.md @@ -8,9 +8,10 @@ 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. - * **[react-mini-router](https://github.com/larrymyers/react-mini-router)** A minimal URL router mixin. - * **[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. +* **[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. +* **[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. diff --git a/content/community/tools-ui-components.md b/content/community/tools-ui-components.md index 0264aaff..f61107dc 100644 --- a/content/community/tools-ui-components.md +++ b/content/community/tools-ui-components.md @@ -42,7 +42,6 @@ permalink: community/ui-components.html * **[react-ladda](https://github.com/jsdir/react-ladda):** React wrapper for Ladda buttons. * **[react-lorem-component](https://github.com/martinandert/react-lorem-component):** Lorem Ipsum placeholder component. * **[react-notification](https://github.com/pburtchaell/react-notification):** Snackbar style notifications -* **[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-select](https://github.com/JedWatson/react-select):** Native React Select / Multiselect input field, similar to Selectize / Chosen / Select2 * **[react-selectize](https://furqanzafar.github.io/react-selectize/):** A stateless & flexible Select component, designed as a drop in replacement for React.DOM.Select, inspired by Selectize * **[react-sigma](https://www.npmjs.com/package/react-sigma)**: Lightweight but powerful library for drawing network graphs