10 private links
Frameworkism is now the dominant creed of today's frontend discourse, and it's bullshit. We owe it to ourselves and to our users to reject dogma and embrace engineering as a discipline that strives to serve users first and foremost.
And omg this quote
This will be uncomfortable. It's also the job. Graciously accept the resignations of PMs who decide managing products is not in their wheelhouse.
What problems can happen when you use && to conditionally render content in JSX
I was reading the Quick Start - React and they mention:
If you prefer more compact code, you can use the conditional ? operator. Unlike if, it works inside JSX.
When you don’t need the else branch, you can also use a shorter logical && syntax.
But this article explains why we should always use the conditional ? operator instead.
An in-depth description of the React programming model.
Never ever write your own <select> you fool (or at least, use a package that handle it for you)
A arctic, north-bluish color palette
Another class recommended for React
updated article on how to use Webpack/Babel/React
Good article on React fundamentals
Interesting grid component built with React.JS