Skip to content

Commit 7e58c41

Browse files
SEO Optimized Titles
1 parent 5818999 commit 7e58c41

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

day-01/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ page_id: 30-days-of-react/day-1
33
permalink: day-1
44
day: 1
55
series: 30-days-of-react
6-
title: What is React?
6+
title: What is React and What is it Used for?
77
description: >-
88
Today, we're starting out at the beginning. Let's look at what React is and
99
what makes it tick. We'll discuss why we want to use it.

day-02/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_id: 30-days-of-react/day-2
33
permalink: day-2
44
day: 2
5-
title: What is JSX?
5+
title: What is JavaScript XML (JSX) and How is it Used?
66
description: >-
77
Now that we know what React is, let's take a look at a few terms and concepts
88
that will come up throughout the rest of the series.

day-03/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_id: 30-days-of-react/day-3
33
series: 30-days-of-react
44
permalink: day-3
5-
title: Our First Components
5+
title: Building Your First React Components
66
description: >-
77
The first two articles in this series were heavy on discussion. In today's
88
session, let's dive into some code and write our first React app.

day-04/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_id: 30-days-of-react/day-4
33
series: 30-days-of-react
44
permalink: day-4
5-
title: Complex Components
5+
title: Creating Child/Parent Components With React
66
description: >-
77
Awesome, we've built our first component. Now let's get a bit fancier and
88
start building a more complex interface.

day-05/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ page_id: 30-days-of-react/day-5
33
series: 30-days-of-react
44
permalink: day-5
55
day: 5
6-
title: Data-Driven
6+
title: How to Set Up Dynamic, Data-Driven Components
77
description: >-
88
Hard-coding data in our applications isn't exactly ideal. Today, we'll set up
99
our components to be driven by data to them access to external data.

day-06/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_id: 30-days-of-react/day-6
33
series: 30-days-of-react
44
permalink: day-6
5-
title: State
5+
title: A Beginner's Guide to Stateful Components in React
66
description: >-
77
Today we're getting started on how stateful components work in React and look
88
at when and why we'll use state.

day-07/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_id: 30-days-of-react/day-7
33
series: 30-days-of-react
44
permalink: day-7
5-
title: Lifecycle Hooks
5+
title: Getting Started with React Lifecycle Hooks
66
description: >-
77
<blockquote class="warning"> <b>NOTE</b>: This post is about <em>classic</em> React Lifecycle hooks.<br/> If you're looking to learn about the <a href="https://www.fullstackreact.com/articles/an-introduction-to-hooks-in-react/"><b>new Hooks API</b> then click here</a> </blockquote> Today, we'll look through a few of the most common lifecycle hooks we can use
88
with React components and we'll discuss why they are useful and when we should each one.

day-08/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_id: 30-days-of-react/day-8
33
series: 30-days-of-react
44
permalink: day-8
5-
title: Packaging and PropTypes
5+
title: How to Create Reusable React Components
66
description: >-
77
We're looking at how to make reusable React components today so we can share our components across apps and teams.
88
dayDir: 08

day-09/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_id: 30-days-of-react/day-9
33
series: 30-days-of-react
44
permalink: day-9
5-
title: Styles
5+
title: An Introduction to Styling React Components
66
description: >-
77
No application is complete without style. We'll look at the different methods
88
we can use to style our components, from traditional CSS to inline styling.

day-10/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_id: 30-days-of-react/day-10
33
series: 30-days-of-react
44
permalink: day-10
5-
title: Interactivity
5+
title: How to Add Interactivity to React Applications
66
description: >-
77
Today we'll walk through how to add interactivity to our applications to make
88
them engaging and dynamic.

0 commit comments

Comments
 (0)