Angular
Building Accessible Components in Angular: Focus Management and ARIA
Practical patterns for managing focus and applying ARIA attributes correctly when building custom interactive components in Angular.
2 min read
Tag
3 articles
Practical patterns for managing focus and applying ARIA attributes correctly when building custom interactive components in Angular.
How to build positioned, dismissible overlays such as menus and popovers using the Angular CDK's OverlayModule instead of ad-hoc absolute positioning.
How windowing libraries keep React lists fast at thousands of rows by rendering only what's visible, and where the technique breaks down.