react-router 4是使用‘react-router-dom’和‘react-router‘’’

react-router 还是 react-router-dom?

在 React 的使用中,我们一般要引入两个包,reactreact-dom,那么 react-routerreact-router-dom 是不是两个都要引用呢?
非也,坑就在这里。他们两个只要引用一个就行了,不同之处就是后者比前者多出了 这样的 DOM 类组件。
因此我们只需引用 react-router-dom 这个包就行了。当然,如果搭配 redux ,你还需要使用 react-router-redux
what is the diff between react-router-dom & react-router?

看官方文档

https://reacttraining.com/react-router/web/example/basic

你可能感兴趣的:(react-router 4是使用‘react-router-dom’和‘react-router‘’’)