what does history.push
do in reactjs?
I'm trying to look for a definition but I'm not sure if I'm goolging hard enough..
history.push(`/group/${searchResult.id}/overview`)
What does that do?
what does history.push
do in reactjs?
I'm trying to look for a definition but I'm not sure if I'm goolging hard enough..
history.push(`/group/${searchResult.id}/overview`)
What does that do?
As mentioned in https://reacttraining.com/react-router/web/api/history it pushes a new entry onto the history stack