Oct 31, 2020My takeaways from #a11yTO 2020 ConferenceA couple of years ago a potential customer demanded accessibility (a11y) in our software. We had little a11y consideration at that time, so started by adding tabIndex and aria-label. I heard the word “accessibility” before but had little knowledge about it. …A11y2 min readA11y2 min read
Nov 29, 2019My journey from CSS Modules to CSS-in-JSI recently started a React + Material-UI project. I naturally chose CSS modules (SASS modules to be exact) for styling over CSS-in-JS because I was more familiar with CSS/SASS. I also added typings-for-css-modules-loader in Webpack config for adding typing in TypeScript. Then I started to realize a few issues. …React4 min readReact4 min read