lgwebdream / FE-Interview

🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器
https://lgwebdream.github.io/FE-Interview/
Other
6.82k stars 897 forks source link

React 路由的动态加载模块,实现按需加载 #549

Open lgwebdream opened 4 years ago

lgwebdream commented 4 years ago

扫描下方二维码,获取答案以及详细解析,同时可解锁800+道前端面试题。

LoveWei0 commented 1 year ago
import { lazy } from 'react'
import { Navigate } from 'reacr-router-dom'