Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upList components #89
Open
List components #89
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://vasanthk.gitbooks.io/react-bits/patterns/32.list-components.html
I suggest putting that list item mapping function above SearchSuggestions component definition like below:
That way we do not create a new function each time SearchSuggestions rerenders.