Colin McDonaldEmbedding SVGs in ReactIf you need to inline SVG strings or -any- HTML element as a string in React without creating an additional node through…Aug 8, 2018Aug 8, 2018
Colin McDonaldSynchronous Promises / Async / AwaitGenerally Promise.all works great for iterating through promises. However, there has been a couple of times where I needed to execute those…Jun 28, 2018Jun 28, 2018
Colin McDonaldStyling SVG’s Height and WidthThis is for using an inline SVG element with CSS. Say you want to make your SVG element, for instance a chevron, smaller and have less…Mar 12, 2017Mar 12, 2017
Colin McDonaldinCaffeine and TestingTesting React— Mocha, Expect, Enzyme, JSDOM, and WebpackThe enzyme documents are great, but can be somewhat confusing. This blog post will have an example set-up using the above stack and a link…Jun 30, 20162Jun 30, 20162
Colin McDonaldRelative Url Testing — React, Redux with NockI’ve been working on a project and trying to better my Test Driven Development but ran into a problem with relative url testing using the…May 23, 20162May 23, 20162
Colin McDonaldReact, Redux, and Webpack Starter Kit and ExamplesAs I was trying to learn the React ecosystem I had a hard time finding the barebones that I needed in order to start a project. Most of…May 21, 2016May 21, 2016
Colin McDonaldSmart and Presentational ComponentsThis post is mostly for the current Juniors at TGA. It’s going to be a quick read about separation of interests in React. You can (should…Mar 30, 2016Mar 30, 2016
Colin McDonaldBasic API Call in React with Redux and Intro to Thunk MiddlewareBasic API CallMar 30, 20161Mar 30, 20161
Colin McDonaldWebpackWe recently worked on a project with React, Redux, Webpack, and Express. While attempting to get our Webpack set-up, configured, and a…Mar 23, 2016Mar 23, 2016
Colin McDonaldReact, Redux, and Webpack Introductory/Development ConfigurationI’m going to start with Webpack, since I wrote my last blog post on it, and explain a couple of different configurations for it.Mar 23, 2016Mar 23, 2016