From b38c572939d5cad9cda99dd9514c187b1dc7d807 Mon Sep 17 00:00:00 2001 From: jvitela Date: Thu, 17 Jan 2019 20:17:35 +0100 Subject: [PATCH] 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 --- content/community/tools-routing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/tools-routing.md b/content/community/tools-routing.md index 24a561b8..e8f37c7d 100644 --- a/content/community/tools-routing.md +++ b/content/community/tools-routing.md @@ -11,6 +11,7 @@ permalink: community/routing.html * **[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