Top "React-router-v4" questions

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

Stateless component React router

I am new to React and Redux, I am actually creating a code of myself but I got stuck with …

reactjs redux react-router react-router-v4 react-component
Passing props to a react component wrapped in withRouter() function

I am using React-Router v4 to navigate in my React app. The following is a component wrapped in the withRouter() …

javascript reactjs react-router-v4
Use history.push in action creator with react-router-v4?

The only working method that I found to work this out without using react-router-redux to route from action creator async …

reactjs redux react-router react-redux react-router-v4
Pass props through a higher order component from a Route

I have a problem with my Higher Order Component. I am trying to pass props from a <Layout /> …

javascript reactjs react-router react-router-v4
React Router v4 - Keep scrolling position when switching components

I have two <Route>s created with react-router. /cards -> List of cards game /cards/1 -> …

javascript reactjs scrollview react-router-v4 react-router-dom
using same component for different route path in react-router v4

I am trying to have separate routes but same component for add/edit forms in my react app like the …

javascript reactjs react-router-v4
React: reading data passed as parameter in history.push

I am new to react and I am trying to send some data as parameter in history.push. Basically I …

reactjs react-router react-router-v4 react-router-dom react-16
React-router : how to pass "match" object into a component declared as an ES6 class?

I'am new to react-router (v4) and I was following the tutorial until this little problem : This code works quite well …

es6-class react-router-v4
What's the Difference between the React Router v4 Router Types?

I have tried to learn some React basics on YouTube and from the official docs and I encountered multiple different …

reactjs react-router react-redux react-router-v4 react-router-dom
Prevent routing in React when user manually changes url in browser tab

I am stuck in a issue that happens when user manually changes the route in browser tab and presses enter. …

reactjs react-router react-redux react-router-v4