Top "React-router" questions

React Router - A complete routing library for React inspired by Ember's routing system

How to allow for webpack-dev-server to allow entry points from react-router

I'm creating an app that uses webpack-dev-server in development alongside react-router. It seems that webpack-dev-server is built around the assumption …

javascript reactjs webpack react-router
Using React-Router with a layout page or multiple components per page

I am adding react router to an existing project. At present a model is passed in to a root component …

reactjs react-router
Detect previous path in react router?

I am using react router. I want to detect the previous page (within the same app) from where I am …

reactjs react-router
How can I style active Link in react-router v4?

In react-router v3 we had activeStyle and activeClassName to style active Link we could do something like this <div …

javascript reactjs react-router react-router-v4
How to tell webpack dev server to serve index.html for any route

React router allows react apps to handle /arbitrary/route. In order this to work, I need my server to send …

reactjs ecmascript-6 webpack react-router
How to stop /#/ in browser with react-router?

Any way to prevent /#/ from showing in the browser's address bar when using react-router? That's with ReactJS. i.e. Clicking …

reactjs react-router
Automatic redirect after login with react-router

I wanted to build a Facebook login into my react/react-router/flux application. I have a listener registered on the …

reactjs reactjs-flux react-router
How do I reload a page with react-router?

I can see in this file (https://github.com/ReactTraining/react-router/blob/v0.13.3/modules/createRouter.js) that there is a …

javascript reactjs react-router electron
React router changes url but not view

I am having trouble changing the view in react with routing. I only want to show a list of users, …

reactjs react-router
react router v4 default page(not found page)

This is common purpose, directing unmatch request to notfound page. making this with react-router v4 looks like previous versions and …

reactjs react-router