Top "React-routing" questions

Conditionally set active class on menu using react router current route

I am using react router 1.0.2 and my routes look like this: ReactDOM.render( <Provider store={store}> <Router …

reactjs react-routing
How to use react router (createBrowserHistory) on Microsoft IIS to make routing working?

I am using react-router (createBrowserHistory) for my react app. Below is my code of var ReactDOM = require('react-dom') ; var ReactRouter = …

javascript iis reactjs react-router react-routing
react-native-router-flux, how to get current scene key

Hey I'm trying to get current scene key while using react-native-router-flux. my route file: const AppRouter = connect()(Router) class Routes …

routing react-native react-routing
Is there any way to hide the params from the query string in react routing?

Is there any way to remove the query string from the url in react application? this.history.push('component/:id') …

reactjs routing react-router-v4 react-router-dom react-routing
React router. Cannot GET when refreshing a page or write url manually

I am trying to build a SPA with react router. When I am navigating with link it works perfect, but …

reactjs react-router react-routing