jest-axe VS eslint-plugin-jsx-a11y

Compare jest-axe vs eslint-plugin-jsx-a11y and see what are their differences.

jest-axe

Custom Jest matcher for aXe for testing accessibility ♿️🃏 (by NickColley)

eslint-plugin-jsx-a11y

Static AST checker for a11y rules on JSX elements. (by jsx-eslint)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
jest-axe eslint-plugin-jsx-a11y
4 17
1,044 3,321
- 0.7%
3.0 7.1
19 days ago 13 days ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jest-axe

Posts with mentions or reviews of jest-axe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-05.

eslint-plugin-jsx-a11y

Posts with mentions or reviews of eslint-plugin-jsx-a11y. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-21.
  • Tailwind Handbook - Part II
    1 project | dev.to | 27 Apr 2024
  • Speeding up the JavaScript ecosystem – Polyfills gone rogue
    11 projects | news.ycombinator.com | 21 Sep 2023
    I try to focus on the issues rather than individuals, but the root of the problems in the listed eslint plugin libraries points to ljharb.

    If you do some simple digging into these libraries, you will find that these types of commits are quite common within them.

    https://github.com/jsx-eslint/eslint-plugin-react/commit/e1d...

    https://github.com/jsx-eslint/jsx-ast-utils/commit/bad51d062...

    https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/...

    He would rather see the download count of these polyfill libraries https://github.com/ljharb/ljharb#projects-i-maintain increase, compared to assessing the health of the JavaScript ecosystem.

  • The Best ESLint Rules for React Projects
    8 projects | dev.to | 15 Sep 2023
    jsx-a11y is all about ensuring your DOM elements are accessible. This plugin will prompt you to include the correct ARIA attributes such as labels and roles, in addition to things like alt text.
  • Create React UI Lib 1.1: Ladle and ESLint
    7 projects | dev.to | 8 Jul 2023
    You can also add ESLint now (props to @femincan for the suggestion). It comes with recommended settings for these plugins: typescript, prettier, react, react-hooks, jsx-a11y.
  • Light UI component library but as good as MUI (or atleast close to it)?
    3 projects | /r/reactjs | 3 Jul 2023
    WAI-ARIA is important if you are writing custom components and do not follow the general rules for HTML tags. For example, if you are using a `div` as a button, you would need to add tags for accessibility. Yes, there are some other instances, like adding alt text to images or adding a title to an iframe, but these can all be handled with warnings in the editor using the jsx-a11y eslint plugin. Some other nuance will be up to the developer to make sure they follow the proper accessibility structure, but most use cases are outlined in the Daisy UI tailwind examples, they do a great job of using HTML properly and give fully accessible examples for their components. Take a look at the accordion example, you can tab into the accordion and use the arrow keys to navigate.
  • Introducing react.dev: the new React docs site!
    5 projects | /r/reactjs | 16 Mar 2023
    jsx-a11 (ESLint plugin) checks a couple other things.
  • Newbie question about ARIA/ADA Compliance
    2 projects | /r/webdev | 10 Oct 2022
    When using react, I've been using the recommended rules from eslint-plugin-jsx-a11y. Am I naive for relying a lot on that to get a11y right? Of course I try to write semantic html too and do research for each topic, but it's a bit overwhelming and I feel like the eslint rules help me a lot.
  • Can someone help me locate documentation where this eslint rule is talked about?
    1 project | /r/learnprogramming | 30 Sep 2022
    I found the documentation but no solution here: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/label-has-associated-control.md
  • Setting up ESLint & Prettier in ViteJS
    10 projects | dev.to | 11 Aug 2022
    eslint-plugin-jsx-a11y: Checks for accessiblity issues.
  • Introduction to Web Accessibility (A11Y)
    2 projects | dev.to | 18 Mar 2022
    For example, Deque's open-source Axe project can help identify issues such as common HTML semantic errors, contrast problems, and more. There are even libraries that help integrate Axe into your project's linters, such as one for React called eslint-plugin-jsx-a11y.

What are some alternatives?

When comparing jest-axe and eslint-plugin-jsx-a11y you can also consider the following projects:

test-data-bot

chakra-ui - ⚡️ Simple, Modular & Accessible UI Components for your React Applications

Cypress - Fast, easy and reliable testing for anything that runs in a browser.

svelte-navigator - Simple, accessible routing for Svelte

lighthouse - Automated auditing, performance metrics, and best practices for the web.

vite - Next generation frontend tooling. It's fast!

msw - Seamless REST/GraphQL API mocking library for browser and Node.js.

agnostic-axe - Framework agnostic accessibility reporter, powered by axe-core

jest-dom - :owl: Custom jest matchers to test the state of the DOM

react-a11y-announcer - React Announcer for Screen Reader Accessibility

jest-in-case - Jest utility for creating variations of the same test

storybook - Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.