Skip to content

Commit 47ffd42

Browse files
committed
update wording
1 parent e15c47a commit 47ffd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ in terms of excessive props drilling. To address this, we opted to fetch data in
113113
proximity to its usage. Taking the example of displaying users, in the past, if
114114
we were creating a header component for that page, we would have needed to fetch
115115
the data in the page component and pass it down through the hierarchy
116-
(`UsersPage -> UsersPageView -> UsersHeader`). Now, with advancements such as
116+
(`UsersPage -> UsersPageView -> UsersHeader`). Now, with libraries such as
117117
`react-query`, data fetching can be performed directly in the `UsersHeader`
118118
component, allowing UI elements to declare and consume their data-fetching
119119
dependencies directly, while preventing duplicate server requests

0 commit comments

Comments
 (0)