What's New in Create React App — Create React App is just 10 months old but going from strength to strength. It now uses webpack 2 and Jest 20, shows errors in a nicer way during development, and more.
Rearchitecting Airbnb’s Frontend — The tale of Airbnb’s move away from a fully server rendered Rails-based solution to a hybrid approach involving React, React Router, and Hypernova for server-side rendering of React views.
Leveraging Code-Splitting in React Apps — Code-splitting allows for code to be split into separate bundles which you can then load on demand. How do you do it? Why is it useful? 7 minutes.