Paratron / hookrouter

The flexible, and fast router for react that is entirely based on hooks
1.5k stars 91 forks source link

Does it support in memory routing? #89

Open rrigoni opened 5 years ago

rrigoni commented 5 years ago

I'm looking to embed my application in my clients page without using an iframe. Is there a way to route without changing the URL in the browser like React In-Memory Router?

Or the ability to set the history, that way we could use an in memory history and avoid changing the parent page url.

rudolfs commented 5 years ago

Was wondering about this as well. Would like to use it in an Electron app, where either hash-based or in-memory routing would work.

kenjiru commented 2 years ago

I would also need this functionality, so it would be nice if at least the README could mention this detail.