1 Star 2 Fork 0

wanghan/react-illustration-series

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.umirc.ts 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
tangliang 提交于 2020-09-22 23:19 . chore: chagne workloop
import { defineConfig } from 'dumi';
import path from 'path';
// more config: https://d.umijs.org/config
export default defineConfig({
title: '图解React',
mode: 'site',
favicon: '/[email protected]',
description:
'基于[email protected].尽可能跟随react版本的升级,持续更新. 用大量配图的方式, 致力于将`react原理`表述清楚.',
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 合成事件等核心内容',
},
],
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanghangit/react-illustration-series.git
[email protected]:wanghangit/react-illustration-series.git
wanghangit
react-illustration-series
react-illustration-series
master

搜索帮助