Adding Keyboard Accessibility (Video Series)

Being able to use the keyboard with your application is necessary for accessibility.

It's also faster and easier for more advanced users.

In this video series I show how to add keyboard support by managing the focus of the app. We cover:

  1. Adding focus management and keyboard accessibility to a menu component
  2. Refactoring the component to make it easier to maintain
  3. Using the composition API to pull the focus logic into it's own helper