Skip to content

Commit 5fff2b5

Browse files
committed
updates readme
1 parent 02cb059 commit 5fff2b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Before you start, there are two types of components [Functional Components and C
2626

2727
### Tasks
2828

29-
1- Refactor the “about” and “footer” sections by creating a stateless component for each. Make sure everything works.
29+
1- Refactor the “about” and “footer” sections by creating a functional component for each. Make sure everything works.
3030

3131

32-
2- Refactor the navbar by creating a stateless component and pass the dependencies via props. Make sure everything works.
32+
2- Refactor the navbar by creating a Functional Component (AKA stateless components) and pass the dependencies via props. Make sure everything works.
3333

3434

35-
3- Refactor the books section by creating a stateless component and pass the dependencies via props. Make sure everything works.
35+
3- Refactor the books section by creating a functional component and pass the dependencies via props. Make sure everything works.
3636

3737

3838
4- Is there any state in app that should be in the Books component? Refactor <Books> books if appropriate. Should <Books> be a Functional Component or a Class Component now?

0 commit comments

Comments
 (0)