React is awesome. React Native sounds just as awesome as I can take my React skills to the Mobile landscape! While creating a project using create-react-native-app I couldn't figure out how to enable Remote Debugging. If you're like me then search no further. In your project, under the .expo folder, open settings.json and set the dev prop to true. If this … Continue reading Fix React Native issue Remote Debugger Unavailable
Month: March 2018
Adding a ServiceWorker to a Webpack project to enable Offline Caching
Things move so fast in the JavaScript world so please make sure this article is relevant to you. It's currently March 2018 I'm using WebPack 4.2.0 I used offline-plugin to accomplish adding a ServiceWorker to my JavaScript app that uses Webpack as a build tool. The README on the offline-plugin repository page has excellent instructions for setting up this Webpack … Continue reading Adding a ServiceWorker to a Webpack project to enable Offline Caching
Ventures
My public coding projects live on GitHub (https://github.com/davehax). You can find me on VSCO (https://vsco.co/davef) where I post my Photography. Sometimes I'll post a picture or two here as well.
Migrating a poorly written web app to use Webpack and Babel
I play a lot of Pokemon GO! To help me on the road I built a Type Effectiveness checking site called Poketype! (Poketype on GitHub) It's a simple site and, having come from a company that primarily used jQuery, I decided to write it all in Vanilla JS. This was a bad idea! Note to self: … Continue reading Migrating a poorly written web app to use Webpack and Babel