DOM Events

Handle mouse and keyboard events like a pro, using the reactive approach.

We'll cover the following

While building Single Page Applications using Angular, React, or Vue, the following features are commonly required:

  • Drag and drop
  • Keyboard event listeners (shortcuts)

Since our main goal is to write clean and maintainable code, the Window events features will be managed through a centralized component, which can then be easily injected into other UI components that will utilize these features. This project will be split into two parts, following the required features.

Get hands-on with 1200+ tech skills courses.