React Hooks — useStateThis series explores the various Hooks APIs available in React. In this part of our series, we will explore the useState hook!Jul 22, 2019Jul 22, 2019
JS Interview: What is ‘this’?JS Interview is a series of short articles where we will explore common JavaScript related interview questions. In this article, we will…Jul 12, 20193Jul 12, 20193
JS Interview: Explain Event DelegationJS Interview is a series of short articles where we will explore common JavaScript related interview questions. In this article, we will…Feb 18, 20191Feb 18, 20191
What is a Redux selector?I was tasked with helping to build out the Redux architecture of a single page application at work. I have built plenty of projects with…Jul 4, 20189Jul 4, 20189
What is Redux Ducks?I was in the process of implementing Redux on a large React SPA at work. I had already setup the file structure as I had seen and used…Jun 8, 20185Jun 8, 20185
Testing URL Hash / Query with JestI’m developing part of an application that utilizes query strings to enable deep linking within a certain React component. I needed to test…Apr 28, 20185Apr 28, 20185
Learn React: Foundation IIReact Skyscraper is a series of coding tutorials that will build upon each other to help you learn and master React! In Foundation I, we…Jan 10, 2018Jan 10, 2018
Published inCloudBoostLearn React: Foundation IReact Skyscraper is a series of coding tutorials that will build upon each other to help you learn and master React! This is the first…Sep 12, 2017Sep 12, 2017
Published inCloudBoostJS Bytes: Double Quote vs Single Quote vs BacktickYou’ve probably seen both single quotes and double quotes used in JavaScript. I wondered when I should be using single quotes ‘’ vs double…Aug 29, 20171Aug 29, 20171
create-react-app in production?During a recent interview programming demonstration, I was asked to create a simple react-based blog application. There was a time…Aug 25, 2017Aug 25, 2017