When was the last time you saw an error and had _no idea_ what it meant (and therefore no idea what to do about it)? Today? Yeah, you're not alone... Let's talk about how to fix that.
Opinionated Guide to React by Sara Vieira [PDF/iPad/Kindle]
After working with React for a few years and tackling a lot of its most common use applications, I’ve learned some tips and tricks that can create a smoother experience with less frustration for the most not-so-obvious things.
JSX-driven components with Crank.js - LogRocket Blog
Crank.js is a new, JSX-driven framework for creating components with functions, promises, and generators. See how it works and how it compares to React.
“You’re not really a developer. Sooner or later people are going to realize you don’t know what you’re talking about. You’re just not good enough.” You’ve
A Re-Introduction To Destructuring Assignment — Smashing Magazine
Sick of chaining lots of keys together with dots to access nested values in objects? Frustrated that `arr[0]` isn’t a very descriptive name? Destructuring assignment has incredible value when accessing values in arrays and objects. Read on to learn a number of use cases in which this syntax can come in handy.