避免在使用react-router-domv6嵌套路由时重新渲染父组件。
创始人
2024-12-17 13:00:14
0

推荐使用 React 的 Context API 作为解决方案,通过将路由信息传递给所有的子组件,避免了重新渲染整个组件树。

在父组件中创建一个 Context,将当前路由信息作为其状态,在子组件中使用 useContext 获取该信息。

示例代码:

// 父组件 import { useState, createContext } from 'react'; import { Router } from 'react-router-dom';

export const RouterContext = createContext();

const App = () => { const [location, setLocation] = useState({ pathname: '/' });

return ( { /* 嵌套的路由组件 */ } ); };

export default App;

// 子组件 import { useContext } from 'react'; import { Routes, Route } from 'react-router-dom'; import { RouterContext } from './App';

const HomePage = () => { const { location } = useContext(RouterContext);

return (

当前路径:{location.pathname}

); };

const AboutPage = () => { const { location } = useContext(RouterContext);

return (

当前路径:{location.pathname}

); };

const NestedRoutes = () => { return ( } /> } /> ); };

export default NestedRoutes;

相关内容

热门资讯

热点讨论((德州之星))外挂透... 热点讨论((德州之星))外挂透明挂辅助工具(wpk辅助)其实真的有挂(透牌教程)-百度贴吧进入游戏-...
一分钟了解((wepoKE))... 一分钟了解((wepoKE))外挂透明挂辅助挂(wepoke辅助)好像真的有挂(扑克教程)-百度贴吧...
实测教程((来玩app德州))... 实测教程((来玩app德州))外挂透明挂辅助神器(wpk辅助)果然真的有挂(2025新版)-小红书;...
热门推荐((红龙poker))... 热门推荐((红龙poker))外挂透明挂辅助器(透明辅助)好像真的有挂(德州教程)-抖音;1、首先打...
六分钟了解((红龙poker)... 六分钟了解((红龙poker))外挂透明挂辅助软件(脚本辅助挂)一般真的有挂(插件教程)-小红书;1...
信息共享((WEPoke))外... 信息共享((WEPoke))外挂透明挂辅助APP(智能ai代打)就是真的有挂(AA德州教程)-百度;...
攻略讲解((德州之星))外挂透... 攻略讲解((德州之星))外挂透明挂辅助脚本(透明辅助)果真真的有挂(透明挂教程)-今日头条1、完成透...
2分钟细说((wepower德... 2分钟细说((wepower德州))外挂透明挂辅助机制(透明辅助)一直真的有挂(可靠技巧)-百度贴吧...
分享个大家((pokenow)... 分享个大家((pokenow))外挂透明挂辅助器(透明辅助挂)果然真的有挂(黑科技教程)-百度1、进...
科技分享((约局吧))外挂透明... 科技分享((约局吧))外挂透明挂辅助机制(软件辅助挂)其实真的有挂(技巧教程)-百度贴吧;是一种具有...