From 40a1339b8c11d4dec0ac12b542a82021c1bc8e67 Mon Sep 17 00:00:00 2001
From: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
Date: Tue, 10 Mar 2026 15:43:23 +0100
Subject: [PATCH] fix(curriculum): reorder intros for superblock
front-end-development-libraries-v9 (#66291)
---
client/i18n/locales/english/intro.json | 28 +++++++++++++-------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json
index 0005e26eefe..8bab7e2f28e 100644
--- a/client/i18n/locales/english/intro.json
+++ b/client/i18n/locales/english/intro.json
@@ -3909,26 +3909,12 @@
"In this workshop, you'll use the useMemo() and useCallback() hooks in React to build a simple shopping list app. You'll learn more about state and the lifecycle of React components, and how to use memoization to reduce re-renders and make your apps more efficient."
]
},
- "lab-currency-converter": {
- "title": "Build a Currency Converter",
- "intro": [
- "For this lab, you'll build a currency converter app.",
- "You'll use React state, memoization, and controlled components to convert between currencies."
- ]
- },
"lecture-routing-react-frameworks-and-dependency-management-tools": {
"title": "Routing, React Frameworks, and Dependency Management Tools",
"intro": [
"In these lessons, you will learn about routing in React, React frameworks, and dependency management tools."
]
},
- "lab-tic-tac-toe": {
- "title": "Build a Tic-Tac-Toe Game",
- "intro": [
- "In this lab, you'll build a Tic-Tac-Toe game using React.",
- "You'll practice managing state, handling user interactions, and updating the UI dynamically."
- ]
- },
"lecture-react-strategies-and-debugging": {
"title": "React Strategies and Debugging",
"intro": [
@@ -3948,6 +3934,20 @@
"Test what you've learned about routing, forms, and data fetching with this quiz."
]
},
+ "lab-currency-converter": {
+ "title": "Build a Currency Converter",
+ "intro": [
+ "For this lab, you'll build a currency converter app.",
+ "You'll use React state, memoization, and controlled components to convert between currencies."
+ ]
+ },
+ "lab-tic-tac-toe": {
+ "title": "Build a Tic-Tac-Toe Game",
+ "intro": [
+ "In this lab, you'll build a Tic-Tac-Toe game using React.",
+ "You'll practice managing state, handling user interactions, and updating the UI dynamically."
+ ]
+ },
"lecture-understanding-performance-in-web-applications": {
"title": "Understanding Performance in Web Applications",
"intro": [