dequelabs / react-axe

[DEPRECATED] Accessibility auditing for React.js applications
Other
1.16k stars 45 forks source link

Extraction of useful formatting functionality #180

Closed scalvert closed 4 years ago

scalvert commented 4 years ago

I work on a project that utilizes axe-core under the covers to provide auditing of violations for accessibility. This project previously had a feature that output violations to the console in a similar manner to react-axe. In reading the code in this repo, there's a number of very useful, and largely generic, utilities that if extracted could be broadly useful, regardless of the underlying framework.

My question is, would the maintainers of this repository be interested in potentially extracting those useful pieces, potentially publishing them as a separate package (axe-utils or somesuchthing)? I'd be happy to do the work to extract the pieces!

straker commented 4 years ago

Thanks for the suggestion. What utilities / useful pieces were you thinking about?

straker commented 4 years ago

We have moved this package to be under our axe-core-npm monorepo for easier management. As a result, this repository will be deprecated in the coming weeks.

If you have ideas on which utilities or pieces you would find useful outside of react-axe, please feel free to open an issue in the new repository.