dequelabs / react-axe

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

Tree Shaking #139

Closed lbenie closed 4 years ago

lbenie commented 4 years ago

The library only uses findDOMNode from ReactDOM and we're required to load the whole module just to use one function

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.

I believe this is a duplicate of #138, which found a resolution in the end so will close.