Summary
Here is a collection of links to articles about React architecture and design patterns. This post will be updated as more useful resources are found.
API layer architecture
Path To A Clean(er) React Architecture by Johannes Kettmann
These articles cover simple refactoring steps to remove API-related code and business logic from UI React components. Each article is short and easy to understand.