能够通过不同的地址,展现不同的组件
react-router 入门

安装


npm i react-router-dom -D
会自动安装react-router

react-router 入门

例子:

  • router使用
    react-router 入门
  • route link使用
    react-router 入门

Route 相当于定义变量, Link就像个if一样去匹配已定义的Route。称为路由表
exact 精确匹配

react-router 入门

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-07-16
  • 2021-09-02
  • 2021-06-20
猜你喜欢
  • 2021-12-25
  • 2021-06-28
  • 2022-03-08
  • 2021-10-29
  • 2021-12-22
  • 2022-12-23
  • 2023-03-24
相关资源
相似解决方案