nloding / easy-accessibility-angular-react-vue

Accessibility is simple with Angular, React, and Vue. We will the basics of a11y with all three!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy Accessibility with Angular, React, and Vue

Accessibility is simple with Angular, React, and Vue. We will the basics of a11y with all three!

When discussing diversity and accessibility, frameworks are often used as scapegoats: “It’s too hard to do it with {{ framework_name_here }}”. It’s an excuse. Most modern frameworks are built with accessibility in mind, and implementing accessibility often takes no time at all. Achieving a baseline level of accessibility is more about changing how you think than it is changing how you code. After a brief introduction to accessibility and the web, we will tackle some of the most common accessibility patterns using Angular, React, and Vue, and explore some libraries that make accessibility even easier. Last, we will look at testing tools and strategies to ensure that accessibility isn’t overlooked.

Prerequisites

Attendees are expected to be familiar with at least one of the Javascript frameworks (Angular, React, Vue).

Slide Deck

The slide deck is built using mdx-deck. If you want to run the slides from this talk:

  • Run npm install or yarn to install the dependencies
  • Run npm run slides or yarn run slides to launch the deck
  • Run npm run build or yarn run build to build a PDF of the slides

About

Accessibility is simple with Angular, React, and Vue. We will the basics of a11y with all three!


Languages

Language:HTML 70.5%Language:JavaScript 29.5%