Home/web.dev
Source

web.dev

904 articles from web.dev.

AI & ML — Accessibility for web developers

Accessibility for web developers

It's important to build sites that are inclusive and accessible to everyone. There are at least six key areas of disability we can optimize for: visual, hearing, mobility, cognition, speech and neural.

Wweb.dev·AI & ML
Frontend — Accessibility audit with react-axe and eslint-plugin-jsx-a11y

Accessibility audit with react-axe and eslint-plugin-jsx-a11y

react-axe is a library that audits a React application and logs any accessibility issues to the Chrome DevTools console. eslint-plugin-jsx-a11y is an ESLint plugin that identifies and enforces a number of accessibility rules directly in your JSX. Using them in combination can provide a comprehensive auditing approach to find and fix any accessibility concerns in your application.

Wweb.dev·Frontend
Engineering — Accessible tap targets

Accessible tap targets

It's important that interactive elements have enough space around them, when used on a mobile or touchscreen device. This helps everyone, and especially those with motor impairments.

Wweb.dev·Engineering
Engineering — Add touch to your site

Add touch to your site

Touchscreens are available on more and more devices, from phones up to desktop screens. Your app should respond to their touch in intuitive and beautiful ways.

Wweb.dev·Engineering
AI & ML — Ethics and AI

Ethics and AI

There are numerous ethical considerations when using AI tools and generating new content.

Wweb.dev·AI & ML
Performance — Apply instant loading with the PRPL pattern

Apply instant loading with the PRPL pattern

PRPL is an acronym that describes a pattern used to make web pages load and become interactive, faster. In this guide, learn how each of these techniques fit together but still can be used independently to achieve performance results.

Wweb.dev·Performance