universal-router icon indicating copy to clipboard operation
universal-router copied to clipboard

A simple middleware-style router for isomorphic JavaScript web apps

Results 34 universal-router issues
Sort by recently updated
recently updated
newest added

I'd like to have breadcrumbs for my site. Does anyone have recommendations for implementing them as part of universal-router? Thanks. ## --- Want to back this issue? **[Post a bounty...

**I'm submitting a ...** * [ ] bug report * [ ] feature request * [x] other (Please do not submit support requests here (below)) [The Router Challenge](https://github.com/grahammendick/router-challenge) aims to...

Hi all, First of all, great work on this project. I like how `universal-router` isn't tightly coupled to the browser history/navigation code, making it a very versatile routing library. Speaking...

## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37374787-does-hmr-actually-work-with-universal-router?utm_campaign=plugin&utm_content=tracker%2F18115217&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18115217&utm_medium=issues&utm_source=github).

After implementing the demo example I have reached a roadblock. In the intro example the routes seem to have a 1 to 1 relation between route and action. const routes...

Let's say I have an app with many user roles and many routes. Every route must be protected from unauthorized users _and_ every route must be protected based on a...

Does this router work well with Relay Modern? Specifically, does it avoid request waterfalls from nesting QueryRenderer components? The Relay team recommends using Found for this specific reason as you...

I just updated all of my dependencies and now I am getting this error. Server boots up just fine. However when I try to load the page this error occurs:...

I got routes are calling without authentication. Even I used protected but it's not working. Here below my snippet : //in routes.js ``` import UniversalRouter from 'universal-router'; const routes =...

How blessed difficult would it be to put a nested route in your starter kit. The snippet example you provide is too terse!