Skip to content

Commit f999dab

Browse files
committed
React - Component Lifecycle Mounting
1 parent e5bb626 commit f999dab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_posts/2018-05-13-react-component-lifecycle-updating.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: React - Component Lifecycle Mounting
3+
title: React - Component Lifecycle Updating
44
date: 2018-05-08
55
description:
66
img: react-component-lifecycle-updating.png

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3 class="contact-title">Contact</h3>
115115
<a class="post-thumbnail" style="background-image: url(/assets/img/react-component-lifecycle-updating.png)" href="/react-component-lifecycle-updating/"></a>
116116

117117
<div class="post-content">
118-
<h2 class="post-title"><a href="/react-component-lifecycle-updating/">React - Component Lifecycle Mounting</a></h2>
118+
<h2 class="post-title"><a href="/react-component-lifecycle-updating/">React - Component Lifecycle Updating</a></h2>
119119
<p>React updating have 5 methods: UNSAFE_componentWillReceiveProps(object nextProps) shouldComponentUpdate(object nextProps, object nextState) UNSAFE_componentWillUpdate(object nextProps, object nextState)...</p>
120120
<span class="post-date">2018, May 08&nbsp;&nbsp;&nbsp;—&nbsp;</span>
121121
<span class="post-words">4 minute read</span>

_site/tags/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2 id="learn+react">learn react</h2>
134134
<!-- lists all posts corresponding to specific tag...-->
135135

136136
<div class="tag-list">
137-
<span><a href="/react-component-lifecycle-updating/">React - Component Lifecycle Mounting</a></span>
137+
<span><a href="/react-component-lifecycle-updating/">React - Component Lifecycle Updating</a></span>
138138
<small><span>| 08 May 2018</span></small>
139139
</div>
140140

@@ -204,7 +204,7 @@ <h2 id="react">react</h2>
204204
<!-- lists all posts corresponding to specific tag...-->
205205

206206
<div class="tag-list">
207-
<span><a href="/react-component-lifecycle-updating/">React - Component Lifecycle Mounting</a></span>
207+
<span><a href="/react-component-lifecycle-updating/">React - Component Lifecycle Updating</a></span>
208208
<small><span>| 08 May 2018</span></small>
209209
</div>
210210

@@ -274,7 +274,7 @@ <h2 id="reactjs">reactjs</h2>
274274
<!-- lists all posts corresponding to specific tag...-->
275275

276276
<div class="tag-list">
277-
<span><a href="/react-component-lifecycle-updating/">React - Component Lifecycle Mounting</a></span>
277+
<span><a href="/react-component-lifecycle-updating/">React - Component Lifecycle Updating</a></span>
278278
<small><span>| 08 May 2018</span></small>
279279
</div>
280280

0 commit comments

Comments
 (0)