-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Accessibility to Roadmap #66
Comments
Hi @LukePettway. |
Hi Adam, Here is the React documentation page on Accessibility
https://reactjs.org/docs/accessibility.html
Here is the basic accessibility tutorial (useful for any front end framework) I generally recommend to people. It's created by W3:
https://www.w3.org/WAI/tutorials/
Hope this helps, and feel free to ask me if you have any specific questions
on accessibility or accessibility resources
…On Wed, Dec 19, 2018 at 11:39 AM Adam Gołąb ***@***.***> wrote:
Hi @LukePettway <https://github.com/LukePettway>.
Thanks, it's a really good idea. Could you provide some useful libraries
for improving accessibility in React apps?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3Ep2aWgubTc45-xBOmn6QUEkD4vnFpks5u6muygaJpZM4ZamcV>
.
|
Including accessibility early on in the foundational steps of HTML and JS would be useful. Calling out the react a11y linting tools might be a helpful entry into react specific accessibility later in the flow. |
@adam-golab I think that what @Esyechka posted works perfectly for general React considerations. |
Accessibility is extremely important and I think it would be amazing if that was mentioned somewhere in the roadmap, specifically within the basics section. That might help boost the number of developers actively thinking about how to best build universal experiences for all users.
The text was updated successfully, but these errors were encountered: