DOM Attributes in React 16 — From React 16, any unknown attributes within HTML tags in JSX will be passed through rather than stripped out. This may help with some edge cases.
Dan Abramov
#1 Way to Detect, Diagnose and Defeat Errors 🏆 — Reduce time wasted debugging. Automatically capture errors in React apps. Rollbar detects when code breaks in real-time and provides full stack trace and diagnostic data to help you defeat React errors. Learn more.
Setting Up Vim for React Development — A look at some things to consider if you want to work on React projects from the popular Unix-based editor.
Victor Mours
React Quickly: How to Work with Forms in React — An excerpt from Azat Mardan’s “React Quickly” book, which explains how to work with forms in React and the concept of controlled components.