Create a List component with keyboard navigation in React
Lists are ubiquitous in modern web apps.
And keyboard accessibility is becoming increasingly important.
So let's build a keyboard-friendly list in React!
The List component
First, we should create the list component itself. In its most simplified fo...
whereisthemouse.hashnode.dev4 min read
Matheus Lira
Technical Lead
great solution! helped me a lot