Tyler McGinnisinDailyJSWhy React Hooks?This was originally published at TylerMcGinnis.com and is part of our React Hooks course. If you enjoy this post, check it out.Jul 29, 20193Jul 29, 20193
Tyler McGinnisinWe’ve moved to freeCodeCamp.org/newsJavaScript Inheritance vs CompositionThis post is designed to be read after you read JavaScript Inheritance and the Prototype Chain.Mar 27, 2019Mar 27, 2019
Tyler McGinnisinWe’ve moved to freeCodeCamp.org/newsJavaScript Modules: From IIFEs to CommonJS to ES6 ModulesI’ve taught JavaScript for a long time to a lot of people. Consistently the most commonly under-learned aspect of the language is the…Jan 22, 20191Jan 22, 20191
Tyler McGinnisinThe StartupRecursive paths with React RouterBecause React Router is just components, you can do crazy things like having recursive routes. In this post we’ll learn how they work by…Jan 3, 2019Jan 3, 2019
Tyler McGinnisinHackerNoon.comPass Props to React Router’s Link ComponentOften times when building an app with React Router you’ll need to pass props through a Link component to the new route. In this post, we’ll…Jan 2, 2019Jan 2, 2019
Tyler McGinnisinWe’ve moved to freeCodeCamp.org/newsWhen to use var vs let vs const in JavaScriptIn this post you’ll learn two new ways to create variables in JavaScript (ES6), let and const. Along the way we’ll look at the differences…Jan 1, 201933Jan 1, 201933
Tyler McGinnisinHackerNoon.comRendering a Sidebar or Breadcrumbs with React Router v4When building an app with React Router, often you’ll want to implement a sidebar or breadcrumb navbar. In this post you’ll learn how…Dec 11, 2018Dec 11, 2018
Tyler McGinnisinWe’ve moved to freeCodeCamp.org/newsJavaScript Inheritance and the Prototype ChainThis post is designed to be read after you read JavaScript Private and Public Class Fields.Dec 10, 20189Dec 10, 20189
Tyler McGinnisinThe StartupHow to validate an email address in JavaScriptEmail validation is hard. With the vast amount of complex, but valid email addresses that exist today, the only way to truly tell if an…Dec 6, 20183Dec 6, 20183
Tyler McGinnisinWe’ve moved to freeCodeCamp.org/newsThe Evolution of Async JavaScript: From Callbacks, to Promises, to Async/AwaitThis is part of our Advanced JavaScript course. If you enjoy this post, check it out.Nov 21, 20188Nov 21, 20188