Skip to content

Commit aa39333

Browse files
authored
Update README.md
1 parent 9a57ab9 commit aa39333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Learning objectives
44
- Differentiate between declarative and imperative programming
55
- Identify what's state and which components should hold it
6-
- Determine when to lift the state up
6+
- Determine when to lift state up
77

88
## Teaching method
99

@@ -79,7 +79,7 @@ yarn start
7979

8080
## 🏋️‍♀️ Bonus exercise
8181

82-
- Can we move the `isMenuOpen` state inside the menu? Does it conflict with the idea of "lifting the state up".
82+
- Can we move the `isMenuOpen` state inside the menu? Does it conflict with the idea of "lifting state up".
8383
- If you look at the [React Profiler](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html) when you open and close the menu, is the whole app being rendered? If so, how can we avoid that and still lift the state up?
8484

8585
## Articles and links

0 commit comments

Comments
 (0)