Accessibility and the React Ecosystem

Hello, I am a WEB and MOBILE app developer. I like to write about Javascript, React, NextJS, React Native and all the good stuff.
Search for a command to run...

Hello, I am a WEB and MOBILE app developer. I like to write about Javascript, React, NextJS, React Native and all the good stuff.
No comments yet. Be the first to comment.
extending the codebase to generate web compatible build for desktops

Auth solution for React native apps

Bringing a project to life needs a clear plan. You start by thinking about the features you want and get into the nitty-gritty details. When you have a clear picture, implementing the project becomes much smoother. A big part of this involves figurin...

Search, Publish and Share your hashnode blogs

includes Architecture, internal tooling and comparison with web practices

" Web accessibility is the design and creation of websites that can be used by everyone. Accessibility support is necessary to allow assistive technology to interpret web pages "
Its about making or solving for everyone Making your website responsive
-> Access the web in better ability, enabling keyboard navigation, voice-to-text feature, enabling mouse scroll events; overall better User Experience
-> With web, generally we follow Web Content Accessibility Guideine (WCGA)
Perceivable part :
adding attributes to semantic HTML,
alt tag to element,
making form accessible through keyboard,
enabling navigation through keyboard,
adding lang attribute in HTML, etc.
Robust:
use standardised semantic element like <article/> because it helps screen reader users to navigate,
key board first approach for operable part
AI and machine learning algorithms are leading way to increase power of browser.
Android and iOS have different specification for WCGA
Android has talk-back and iOS has voice-Over , these are screen readers to provide focus on some elements. Read more on this here.
There are different defaults, no possible one-to-one mapping when we consider android and iOS separately
-Another library downshift
WAI-ARIA roles. How it can be mapped back to web via reactnative-webFollow me on twitter to know more about technology and development. A bit of philosophy too.
inspired from a Twitter space hosted by @GeekyAnts