Challenge: Optimize a React Component
You have a simple React component that displays a list of numbers, along with a button that allows you to increase a counter. The list of numbers is filtered based on whether they are even or odd. The problem isβ¦