Skip to content

Commit

Permalink
📦 update blog
Browse files Browse the repository at this point in the history
Former-commit-id: 7cfc466
  • Loading branch information
12ain committed Oct 25, 2020
1 parent a28eae9 commit 33f134a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/views/web/React学习笔记.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: React学习笔记
author: Rain
tags:
- React
categories:
- 前端
date: 2020-10-25 23:52
---

<Boxx/>

# React学习笔记

每天进步一点点,记录学习React的经历

#### 常用生命周期

componentDidMount 组件渲染后执行
componentDidUpdate 数据修改完成
componentWillUnmount 组件卸载前执行

#### 不常用生命周期

shouldComponentUpdate 返回 false,则不会调用 render()。

<Vssue :title="$title" />

0 comments on commit 33f134a

Please sign in to comment.