diff --git a/README.md b/README.md index 57ae3ff..3524986 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,14 @@ Develop an iOS app with a UDF Puredux engine using only clean UI, state, actions - [Hierarchical Stores Tree Architecture](#hierarchical-stores-tree-architecture) - [Side Effects](#side-effects) * [Async Actions](#async-actions) + * [State-Driven Side Effects](#state-driven-side-effects) - [Performance](#performance) - * [Quality of Service](#quality-of-service) + * [Reducers Execution](#reducers-execution) + * [QoS Tuning](#qos-tuning) * [Deduplicated State Updates](#deduplicated-state-updates) * [UI Updates Debouncing](#ui-updates-debouncing) - * [Extra Presentational Layer](#extra-presentational-layer) + * [Two-step UI Updates with Background Offloading](#two-step-ui-updates-with-background-offloading) + * [Granular UI Updates](#granular-ui-updates) - [Installation](#installation) * [Swift Package Manager.](#swift-package-manager) - [Documentation](#documentation)