The difference of react Route Jump Mode

looking at a react project, I found that the route jump is done in the following way, rather than through < Link to= "/ about" > About < / Link > , which makes me feel more concise through link to .

I would like to ask what are the differences between the two approaches and what are their advantages and disadvantages.

onClick (item) {
      dispatch({
        "type": "@@router/CALL_HISTORY_METHOD",
        "payload": {
          "method": "push",
          "args": [
            {"pathname": item.path}
          ]
        }
      })
    }
Jul.12,2021
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-1b3c7c7-2c312.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-1b3c7c7-2c312.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?