Answers for "append a query string to the url react"

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 "append a query string to the url react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language