Answers for "add data as query string in route reactjs"

2

append a query string to the url react

history.push({
  pathname: '/dresses',
  search: '?color=blue'
})
Posted by: Guest on May-04-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language