This document summarizes a presentation about integrating Redux into iOS applications. It discusses Redux's unidirectional data flow model, how to integrate it using ReSwift, and conclusions about Redux. The presentation covers introducing Redux and its core concepts like actions, reducers, and state; implementing it with ReSwift by adding a store and connecting views to the store with observers; and concluding that Redux works well for apps with global state, history, or async events but that ReSwift documentation could be improved and the app state can become a "God object".