react-router-component icon indicating copy to clipboard operation
react-router-component copied to clipboard

Declarative router component for React.

Results 54 react-router-component issues
Sort by recently updated
recently updated
newest added

I have a Property code like this - Somehow my onBlurHandler is not firing. Is there support for onBlur handler on property tags?

I execute make on the Makefile in the master-detail example but it is deleted right away. How can I generate the bundle and run your examples?

We have an application where we use `` extensively. We embed fragments of this app in external custom sites, using scripts or iframes. In that case, the fragment will use...

How do I go about disabling prefetch of async components? Typically my async components show some kind of a spinner, along with other contextual elements when state is being fetched....

If you don't set `contextual` on a contextual route it could cause the browser to redirect indefinitely. I accidently did this in Chrome and the only way to stop it...

It appears that `react-router-component` listens to `onpopstate()` and triggers itself, causing a conflict with my current setup. When clicking a navigation element in my application, the `path` store gets updated...

Hi, I have user profile page with such a Location : `` There are different tabs in this page. When clicking these tabs, I change the url using this.navigate with...

I'd love to find a way to get these out of there. Ideally, you should be able to create a custom router like this: ``` javascript React.createClass({ mixins: [RoutingEnvironmentMixin], render:...

I'm not sure if this is by design, but I see `getInitialStateAsync` firing whenever component receives new props. I'm not sure if this is the right/desired behavior. In my `getInitialStateAsync`...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies