Morning reading #1

In What’s so bad about HTML Comments as structure?, Greg Schoppe explores the problems of using HTML comments instead of an existing standard like JSON in the upcoming Gutenberg editor for WordPress.

In my morning JavaScript JavaScript reading, I’m catching up on arrow functions. The ES6 In Depth: Arrow functions article by Jason Orendorff is a good rundown of how they work.

I’m also still exploring James K Nelson’s tutorial on React’s Most Basics, which runs you through the core of what the React.js framework does without having to understand Babel, JSX, or anything else. Just plain JavaScript.