Skip to content

Commit 8735c4a

Browse files
authored
Update README.md
1 parent 28a8bdd commit 8735c4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## React Fundamentals / Thinking in React
1+
# React Fundamentals / Thinking in React
22

3-
The learning objectives of this exercise are:
4-
- Understand the difference between declarative and imperative programming
5-
- Learn how to breaking down your UI into components
6-
- Comprehend what's state, which components should hold it, and when to lift it up.
3+
## Learning objectives
4+
- Differentiate between declarative and imperative programming
5+
- Identify what's state and which components should hold it
6+
- Determine when to lift the state up
77

88
## Teaching method
99

0 commit comments

Comments
 (0)