Skip to content

Commit

Permalink
Merge pull request #31 from greatjiang/feature/note
Browse files Browse the repository at this point in the history
react 学习手册第二版 笔记
  • Loading branch information
greatjiang authored Jul 23, 2024
2 parents 2c7d8ab + ba54d43 commit de3a19b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/skill-tree/framework/react/learning-react.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 第一章 初始 React
[github](https://github.com/MoonHighway/learning-react)

## 1.1坚实的基础
熟悉JavaScript
数组
对象
函数
ES6+语法
函数式编程
组件
属性和状态
React Hooks
Suspense
路由
测试
服务器渲染

## 1.2React的过去和未来

## 1.3资源文件

### 1.3.2React开发者工具

# 第二章 JavaScript新特性

# 第三章 JavaScript函数式编程

0 comments on commit de3a19b

Please sign in to comment.