Debouncing Events in React — Want to prevent an event handler being called again until a certain time has passed? You need to ‘debounce’. Elijah has some interesting things about doing this with React to share with us. (7 minutes)
React and HTML: Beware of The Traps — Keep good HTML practices in mind while writing your JSX. If your components are enclosed in endless HTML tags, accessibility can go down the drain.
Cuttlebelle: A React Static Site Generator — Build your layouts with React, your content with YAML or Markdown, and construct pages of any complexity out of simple partials.