React
-
Handling async errors with Axios in React
Have you ever been stuck on what looks like an empty page, and you ask yourself, "Am I supposed to be seeing something yet?", only for it to appear like 30 seconds later? Or maybe you've...
read article -
Passwordless sign-in with Google One Tap for Web
I sign in with my Google account everywhere I can to avoid having yet-another-password on another random website. I've been seeing an upgraded experience on some sites (maybe I'm just noticing now)...
read article -
Adding Google Sign-in to your webapp - a React example
[embed]https://www.youtube.com/watch?v=iND-Epl8nz0[/embed] *Check out the video to see me follow along with the code. In this next part of the series, I'll be walking you through an implementation of...
read article -
Building a blog with Gatsby
Create a blog using HTML and JS In this section, we're going to set up our new Gatsby project as a blog, add a few posts, and get a blog working locally. Pre-requisites: node v8 npm git You should...
read article