JavaScript’s this keyword behavior has confused developers for ages.
There are at least five ways to handle the this context in React. Let’s consider the merits of each approach.
JavaScript’s this keyword behavior has confused developers for ages.
There are at least five ways to handle the this context in React. Let’s consider the merits of each approach.
I’m admittedly in the minority:
At the end of a conference or user group talk, how should the speaker handle questions?
— Cory House (@housecor) July 1, 2016
Q&A is so common that speakers do it by reflex. The moment … Read on...
After over 6 months of preparation, research, writing, and recording, “Building Applications in React and Redux in ES6” just published on Pluralsight! This isn’t merely an introduction to Redux. This is a comprehensive exploration of building a real … Read on...
These days it feels like everyone is attacking classes in JavaScript. Developers I respect say ES6 classes are a virus. We’ve compiled long lists on the reasons that ES6 classes are not awesome. Apparently, if we’re still brave enough to … Read on...
I know what you’re thinking. WAT?! Didn’t Gulp just kill Grunt? Why can’t we just be content for a few minutes here in JavaScript land? I hear ya, but…
… Read on...I’ve found Gulp and Grunt to be unnecessary abstractions. npm scripts
Angular 2 has reached Beta and appears poised to become the hot new framework of 2016. It’s time for a showdown. Let’s see how it stacks up against 2015’s darling: React.
Disclaimer: I enjoyed working in Angular 1 but switched … Read on...
Disclaimer: I speak in absolutes below for brevity. Yes, nearly every “rule” in programming has exceptions.
JavaScript is hard. It moves so fast that it’s often unclear whether you’re “doing it wrong” at any given moment. Some days it feels … Read on...
IE8’s death has been rumored for a long while, but the final nail in the coffin is coming January 12, 2016: Starting on that date, Microsoft will only support the most recent version of IE for supported OS’s . Vista … Read on...
When React was released, many people took one look at JSX and lost their minds. What are these angle brackets doing in JavaScript?! What about separation of concerns? Has Facebook learned nothing from the community?
… Read on...Facebook: Rethink established best practices™
I just wrapped up six months of hard work authoring my new Pluralsight course “Building Applications with React and Flux“. During that time I dissected over 30 open source projects in an effort to establish common patterns and … Read on...