get current url react router
/*In the 5.1 release of react-router there is a hook called useLocation,
which returns the current location object.
This might be useful any time you need to know the current URL.*/
import { useLocation } from 'react-router-dom';
const location = useLocation();
console.log(location.pathname);
import {withRouter} from 'react-router-dom';
const SomeComponent = withRouter(props => <MyComponent {...props}/>);
class MyComponent extends React.Component {
SomeMethod () {
const {pathname} = this.props.location;
}
}
Also in JavaScript:
- how to use a specific node version for inside a folder
- javascript switch range
- use strict javascript
- how to loop through array of numbers in javascript
- how will it look when there is a container inside a a row bootstrap
- regex not something
- the update operation document must contain atomic operators mongodb
- how to download and install ssms in windows 10
- node express cors headers
- jquery selector parent on hover
- declarar una funcion javascript
- express bodyparser deprecated
- pdfjs customizing viewer.html js event handler
- free map js
- get query parameters in node.js
- react redirect after login
- node sass
- drupal 8 get url from node entity
- how to split two digit number in javascript
- discord function promise
- how to run cypress test
- $.fn.dataTable.tables in container
- w3 js resize event
- disable copy past jquery