DEV Community

Discussion on: Create a Modern Dynamic Sidebar Menu in React Using Recursion

Collapse
 
yerycs profile image
yerycs

Hello, Thanks for good post.
I want to handle another route in onClick function.
I can use windows.open() in javascript.
But it is not good way. I want to use react props.history.
How can I use it?
Thank you.