How to reload an app across different browser tabs with JavaScriptIt’s not uncommon for users to browse a web app across multiple tabs. This helps then with organization and can preserve their attention to…May 5, 20231May 5, 20231
React: Lazy Load ComponentsA helper function to handle lazy loading components in React. The function returns an anonymous React component that prepares and resolves…Mar 1, 2023Mar 1, 2023
Published inLevel Up CodingUsing UI-Router with React for better app routing(This is revision to post I wrote some months ago for an earlier version of UI-Router. The concepts are the same; just updated to reflect…Jan 16, 20192Jan 16, 20192
Enabling the Microphone/Camera in Chrome for (Local) Unsecure OriginsChrome’s security policy will only allow you to access your device’s microphone/camera when the site’s origin is on https or is called…Nov 21, 201810Nov 21, 201810
React — How to make a button component (that prevents double clicking)Double clicks can be a real pain point in UI development. Clicking buttons too many times (or before an action has had time to finish) can…Jun 6, 20182Jun 6, 20182
Using UI-Router for better React routing(I have since written a revision for this post for a newer version of UI-Router. The concepts are the same; just updated to reflect some…Dec 2, 20171Dec 2, 20171
React — Importing Global Variables from the Window ObjectWhen starting a new React project its easy to imagine not using anything from the window object; it feels old-timey and makes your code…Nov 3, 2017Nov 3, 2017
JavaScript: Testing For PromisesPromises are a common part of JavaScript development these days. One of the things I find a bit frustrating is detecting whether something…Sep 7, 20173Sep 7, 20173
React — Testing Redux Components with Shallow RenderingWhen testing React components you want to be very specific about what’s being tested, keeping everything lightweight. Loads of…Jul 23, 20172Jul 23, 20172
Writing Better User Stories and Bug TicketsOver the past year at Gecko we’ve added several new members to the team. As a result, one thing in particular became apparent. Our approach…Jun 19, 20176Jun 19, 20176