Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add task solution #565

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add task solution #565

wants to merge 1 commit into from

Conversation

ydashko
Copy link

@ydashko ydashko commented Nov 2, 2023

Copy link

@TarasHoliuk TarasHoliuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good job ✔️

Comment on lines +44 to +45
const filterPeople = useMemo(() => {
return filteredPeople(peopleFromServer, {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just FYI: should be vice versa - const filteredPeople with array and function filterPeople. Function does some action so when I see verb in name I expect it's a function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants