侧边栏壁纸
博主头像
前端学习

行动起来,活在当下

  • 累计撰写 307 篇文章
  • 累计创建 18 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

react-router路由使用

Administrator
2022-05-24 / 0 评论 / 0 点赞 / 173 阅读 / 0 字

安装react-router

npm add react-router-dom

1、在components中建立两个组件;

image-20211104175520976

内容:

About:

image-20211104175610456

Home:

image-20211104175630295

2、在app.jsx中:

image-20211104175931642

image-20211104172439324

应该使用BrowserRouter包裹着App.jsx

所以:在app.jsx中可以不使用BrowserRouter,在index.js文件中将App组件包裹着:

image-20211104180138278

路由

0

评论区