React v15.4.0 Released — React and React DOM are now finally separated into separate packages, React component events can now be monitored in the Chrome Timeline, and you can now provide mock refs to test renderers.
Dan Abramov code
Blueprint: A React UI Toolkit for The Web — A collection of React UI components, covering the majority of the common interface elements, patterns and interactions on the web.
Palantir tools
Styling React Applications — In a talk from ReactNL 2016, Max Stoiber explores the current landscape of styling your React apps. 38 minutes.
Max Stoiber video
Build a CRUD App with React, Spring Boot, and Stormpath — With Spring Boot, it’s easier than ever to write a backend for your React app. In this tutorial, you’ll tie the two together and then use Stormpath to add user registration, authentication and authorization.