代码拉取完成,页面将自动刷新
import { defineConfig } from 'dumi';
import path from 'path';
// more config: https://d.umijs.org/config
export default defineConfig({
title: '图解React',
mode: 'site',
description:
locales: [['zh-CN', '中文']],
logo: '/logo.png',
menus: {
'/main': [
{
title: '概览',
children: ['main/guide.md'],
},
{
title: '基本概念',
children: ['main/pkg-structure.md', 'main/workloop.md'],
},
{
title: '运行核心',
children: [
'main/bootstrap.md',
'main/scheduler.md',
'main/render.md',
'main/commit.md',
'main/update.md',
'main/synthetic-event.md',
],
},
{
title: '其他',
children: [
'main/hook.md',
'main/error-boundaries.md',
'main/context.md',
],
},
],
},
navs: [
null,
{
title: 'GitHub',
path: 'https://github.com/7kms/react-illustration-series',
},
],
hash: true,
dynamicImport: {},
ssr: {},
exportStatic: {},
metas: [
{
name: 'keywords',
content:
'react, react原理, 图解react, react fiber原理, react hook原理, react 合成事件, react 基本包结构',
},
{
name: 'description',
content:
'图解React原理系列, 以react核心包结构和运行机制为主线索进行展开. 包括react 基本包结构, react 工作循环, react 启动模式, react fiber原理, react hook原理, react 合成事件等核心内容',
},
],
});
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。