An open API service indexing awesome lists of open source software.

https://github.com/betasu/react53

交互式React进阶课程
https://github.com/betasu/react53

Last synced: 12 months ago
JSON representation

交互式React进阶课程

Awesome Lists containing this project

README

          

## 安装

```sh
npx react53
```

## 使用方式

1. 执行命令,选择课程

```sh
npm start
# 或
yarn start
```

2. 在课程页面点击**顶部Tab**查看本节示例对应课程地址

3. 打开控制台查看日志信息

4. 学完后完成课程对应课后作业

5. 进群讨论,共同进步

## 课程更新

如果发现课程内容不是最新的,执行`git pull`拉取最新代码。

## 课程大纲

### 基础篇

1. 工作原理概览
2. render阶段概览
3. 状态更新原理

### 性能优化

4. 性能优化原理
5. 深入性能优化API
6. 性能优化实践

### Hooks

还在奋笔疾书...