Files
react.dev/content/community/tools-routing.md
jvitela b38c572939 Added link to Reach Router (#1568)
* Added link to Reach Router

@reach/router is a routing library for React written and maintained by one of the original creators of react-router, [Ryan Florence](https://twitter.com/ryanflorence). And is focused on [accessibility](https://reach.tech/router/accessibility).

Is also the router used by [Gatsby](https://www.gatsbyjs.org/blog/2018-09-27-reach-router/)

* Update tools-routing.md
2019-01-17 19:17:35 +00:00

1.6 KiB

id, title, layout, permalink
id title layout permalink
routing Routing community community/routing.html
  • Aviator - Aviator is a front-end router built for modular single page applications. (Example).
  • Backbone - 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: Flux-based routing solution for components
  • Director - A tiny and isomorphic URL router for JavaScript.
  • Finch - A simple, yet powerful, javascript route handling library.
  • mvc-router Use the Model-View-Controller (MVC) pattern to build React applications.
  • Reach Router An Accessible Router for React
  • react-mini-router A minimal URL router mixin.
  • react-passage: Passage helps when linking or redirecting to routes that may or may not be in your react app.
  • react-router - A popular declarative router for React
  • react-router-component Declarative routing.