ReactJS Bootstrap Navbar and Routing not working together

后端 未结 4 460
借酒劲吻你
借酒劲吻你 2020-12-13 19:29

I am trying to create a simple Webapp using ReactJS, and I wanted to use the Navbar provided by React-Bootstrap.

I created a Navigation.js

4条回答
  •  庸人自扰
    2020-12-13 19:48

    For those who have a problem with styling Link component from react-router-dom in react-bootstrap navbar, simply add className="nav-link", like this:

    Home

    instead of

    Home

提交回复
热议问题