Kevin KimHow to Reload React Native App on Android Device + See ReactotronTo see Reactotron logs while running on an Android, type the following into the Terminal.Sep 29, 2021Sep 29, 2021
Kevin KimHow to push to a work repo and personal repo with separate GitHub accountsSometimes I just want to work on some side projects on my work laptop for personal learning and still light up my personal GitHub account…Apr 12, 2020Apr 12, 2020
Kevin KimwithStyles Material UI overrideI keep getting tired of looking up old code to override some style.Mar 9, 20201Mar 9, 20201
Kevin KimRedux adding toggle cheatsheet to selfAdd initial State in Reducers/initialStateFeb 13, 2020Feb 13, 2020
Kevin KimCSS Absolute center somethingBecause I always mix up the positive and negative and transform with translate…Dec 24, 2019Dec 24, 2019
Kevin KimImporting Material UI iconsOption 1: Importing directly from MUI libraryDec 17, 20191Dec 17, 20191
Kevin KimInline JSX Style I always forgetFor when I just want to do a quick and dirty check of styling getting implemented properly, this is the JSX convention I should follow:Nov 27, 2019Nov 27, 2019
Kevin KimVoiceOver HotkeysVoiceOver is a screen reader program that comes on new Mac computers, iPhones, iPads, and iPod touches.Nov 21, 2019Nov 21, 2019
Kevin Kimtabindex=-1 for accessibilityThe navigation link is hidden by default; when you tab to it though, it will show. When you click on the link, it will go to the…Nov 17, 20191Nov 17, 20191
Kevin KimDetecting focus hackLoad up the site, then open up the console, then just paste in the following code:Nov 12, 2019Nov 12, 2019