mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): reorder intros for superblock front-end-development-libraries-v9 (#66291)
This commit is contained in:
@@ -3909,26 +3909,12 @@
|
||||
"In this workshop, you'll use the <code>useMemo()</code> and <code>useCallback()</code> 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": [
|
||||
|
||||
Reference in New Issue
Block a user