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
Don't use a button as a link. Instead, use a link styled as a button.
Sign up