From dafdf2145198f869ad9740837a175d46171fc6b5 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 19 Jul 2021 09:47:33 -0400 Subject: [PATCH] update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b0af290..6b98bf50 100644 --- a/README.md +++ b/README.md @@ -153,3 +153,5 @@ This repository is the home of code written on episodes of [Point-Free](https:// 1. [Derived Behavior: Optionals and Enums](0149-derived-behavior-pt4) 1. [Derived Behavior: The Point](0150-derived-behavior-pt5) 1. [Composable Architecture Performance: View Stores and Scoping](0151-tca-performance) +1. [Composable Architecture Performance: Case Paths](0152-case-paths-performance) +1. [Async Refreshable: SwiftUI](0153-refreshable-pt1)