Craig StromanMaking Requests Using The JavaScript Fetch APIIn JavaScript there are many options for making requests to external resources. You can use the built in XMLHttpRequest method. There’s…Jan 5, 2021Jan 5, 2021
Craig StromanUsing Environment Variables With React & WebPackThere might be times when you’re developing a React app that you want to use environment variables. That may be because you don’t want the…Nov 5, 2020Nov 5, 2020
Craig StromanUsing Authentication With Express & PostgreSQLMany times when I’m developing a web app I will need a backend and for that I will use Express. I like Express because it’s a framework…Oct 15, 2020Oct 15, 2020
Craig StromanSetting Up DevServer With Hot Reloading Using WebPack 4 and ReactWhen developing a React app you have some options for how to set up your environment. One of the easiest ways to create a React app is to…Aug 14, 20201Aug 14, 20201
Craig StromanUsing Prettier With SublimeTextRecently I discovered a great code formatter for JavaScript called Prettier and fell in love with it. It’s great because it’s a very…Jan 8, 2020Jan 8, 2020
Craig StromanWebpack hot module replacement with ExpressLately I’ve been developing a lot of React apps and I use Express for my backend. I realized I wanted to have hot module replacement (HMR)…Nov 13, 2019Nov 13, 2019