关于React动态加载路由处理的相关问题
网络编程 2021-07-04 15:50www.168986.cn编程入门
这篇文章主要介绍了关于React动态加载路由处理的相关问题,长沙网络推广觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随长沙网络推广过来看看吧
前言
相信很多人都遇到过想在React项目中动态加载路由这种问题,接下来我们逐步实现。
引入必要的依赖
import React from 'react' import { Router, Route, IndexRoute, hashHistory } from 'react-router'
接下来创建一个ponent函数
目的就是为了变为router的ponent实现异步加载。
// 异步按需加载ponent function asyncComponent(getComponent) { return class AsyncComponent extends React.Component { static Component = null; state = { Component: AsyncComponent.Component }; ponentDidMount() { if (!this.state.Component) { getComponent().then(({default: Component}) => { AsyncComponent.Component = Component this.setState({ Component }) }) } } //组件将被卸载 ponentWillUnmount(){ //重写组件的setState方法,直接返回空 this.setState = (state,callback)=>{ return; }; } render() { const { Component } = this.state if (Component) { return <Component {...this.props} /> } return null } } }
在此说明ponentWillUnmount钩子是为了解决Can only update a mounted or mounting ponent的这个问题,原因是当离开页面以后,组件已经被卸载,执行setState时无法找到渲染组件。
接下来实现本地文件路径的传入
function load(ponent) { return import(`./routes/${ponent}`) }
将已知地址路径传递到一个函数并把这个函数作为参数传递到 asyncComponent中这样asyncComponent就能接收到这个路由的地址了,然后我们要做的就是将这个asyncComponent函数带入到router中。
<Router history={hashHistory}> <Route name="home" breadcrumbName="首页" path="/" ponent={MainLayout}> <IndexRoute name="undefined" breadcrumbName="未定义" ponent={() => <div>未定义</div>}/> <Route name="Development" breadcrumbName="施工中" path="Development" ponent={DevelopmentPage}/> <Route breadcrumbName="个人助理" path="CustomerWorkTodo" ponent={({children}) => <div className="box">{children}</div>}> <Route name="Agency" breadcrumbName="待办事项" path="Agency" ponent={asyncComponent(() => load('GlobalNotification/CustomerWorkAssistantTodo/CustomerAgencyMatter'))}/> <Route name="Already" breadcrumbName="已办事项" path="Already" ponent={asyncComponent(() => load('GlobalNotification/CustomerWorkAssistantTodo/CustomerAlreadyMatter'))}/> <Route name="SystemMessage" breadcrumbName="系统消息" path="SystemMessage/:data" ponent={asyncComponent(() => load('GlobalNotification/SystemMessage/SystemMessage'))}/> <Route name="SystemMessagePer" breadcrumbName="系统消息详情" path="SystemMessagePer/:data" ponent={asyncComponent(() => load('GlobalNotification/SystemMessage/SystemMessagePer'))}/> </Route> </Router> </Router>
从代码中可以看出已经实现了router 的ponent 的引入,这样自然就可以通过一个循环来实现动态的加载啦!
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南