Browse Source

Update tools-ui-components.md (#1319)

* Reverting Passage addition to UI

* Adding Passage to the Routing tools doc
main
Jacob Kelley 6 years ago
committed by Alex Krolick
parent
commit
c131dea9d1
  1. 13
      content/community/tools-routing.md
  2. 1
      content/community/tools-ui-components.md

13
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)). * **[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. * **[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 * **[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. * **[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. * **[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. * **[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-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-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-component](https://github.com/andreypopp/react-router-component)** Declarative routing. * **[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.

1
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-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-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-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-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-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 * **[react-sigma](https://www.npmjs.com/package/react-sigma)**: Lightweight but powerful library for drawing network graphs

Loading…
Cancel
Save