How can react-router V4 BrowserRouter make the details page return to the list page without refreshing?

how can react-router V4 BrowserRouter make the details page return to the list page without refreshing?
now every url visited will be refreshed, and those visited will be refreshed.

Apr.07,2022

should enter the details page from the list page, return will re-request the list data, and then the list page will be reset, right?
if this is the case, you need to put the data in redux

.

Previous: How to solve the problem that the word size in the same p tag is different in 360 browser speed mode?

Next: How the columns of echart Sanji Chart are arranged in the expected order

Menu