The document discusses strategies for scaling React and Redux applications. It begins by outlining some common rules for building React and Redux apps and notes that realities often require breaking those rules. For React, it discusses when state is inevitable and how to properly use context. For Redux, it discusses how side effects can still use callbacks and when normalization is needed to reduce complexity rather than purely for performance. It concludes by emphasizing that scale is about responding to growth and prioritizing deployability and refactoring over strict adherence to rules.
Related topics: