I just stumbled upon this cool toolset (eslint-plugin-jsx-a11y), which allows you to analyze your JSX code in your editor on runtime. Should be very helpful for building HTML components in React.
Accessibility Linting in React
Posted
Updated
Does the
<body>
rule the mind or does the mind rule the<body>
?
Posted
Updated
I just stumbled upon this cool toolset (eslint-plugin-jsx-a11y), which allows you to analyze your JSX code in your editor on runtime. Should be very helpful for building HTML components in React.