I'm really worried about #
accessibility in tootbench, so I'm trying to find a modal component for React that complies with the relevant accessibility guidelines.
All I've found is
https://github.com/reactjs/react-modal, but I'm not too happy about loading 22KB of code just to show a modal:
https://bundlephobia.com/result?p=react-modal@3.12.1Maybe I can fork it and drive the size down a little. The propTypes stuff can go.
#
javascript