I am working on web application using React and bootstrap. When it comes to applying button onClick, it takes me hard time to let my page being redirect to another. if afte
This can be done very simply, you don't need to use a different function or library for it.
onClick={event => window.location.href='/your-href'}