From e9c7e14e06892fcfa6ad397c1a55d322783c0ad9 Mon Sep 17 00:00:00 2001 From: Serge Kazakov Date: Wed, 11 Sep 2024 12:47:25 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)