A Convenient feature offered by React Router
if you have more complex destinations, like here in quote list, where query parameters are involved you might be constructing very long strings and code could look like this.
history.push(`${location.pathname}?sort=${(isSortingAscending ? 'desc' : 'a...
omarsaade.hashnode.dev1 min read