测试
- 博客地址: www.leborn.me
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn start
# build for production with minification
yarn build
关于适用React 搭建这个博客遇到的相关问题都在我的博客里面 Super xing
-
产品列表 /blog/home/jsonProduct
-
文章列表 /blog/home/jsonList
-
文章分类 /blog/home/jsonCategory
-
关于我 /blog/home/jsonAbout
-
文章详情 /blog/home/jsonDetail/?id
- btn 样式提取
react 路由页面通畅
header 导航完成
解决留言的问题
路由还是有点问题,要修改一下
文章详情页页面
获取IP,浏览器版本问题
文章详情页面
api 代理请求接口
react 路由跳转,页面不刷新问题
路由嵌套问题 (终于搞定)
文章详情页面渲染数据评论系统(文章评论)文章详情- 网页兼容性在适配
搜索- 加入统计
- 关于嵌套路由(https://blog.csdn.net/qq_40816649/article/details/93469857)
- PUBLIC_URL=http://xinblog.oss-cn-qingdao.aliyuncs.com/react-blog/ yarn build
- this.props 中找不到 history 时(http://www.leborn.me/cat/detail/2003101750448541997)
- react-route-dom 嵌套路由(https://blog.csdn.net/qq_40816649/article/details/93469857)