How does react realize the routing jump by clicking on the element?

use hashRouter , click on the tag to set the currently selected tag through redux , and then use what method to perform route redirection? Is there a push method like vue?

<Tag
  color={this.props.tag === tag.name ? "green" : "orange"}
  key={index}
  onClick={() => {
    this.props.setTag(tag.name)//
  }}
>
  {tag.name}
</Tag>
Jun.30,2022

history.push ()


this.props.history.push('')
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b6c9-2b20f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b6c9-2b20f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?