From 0132c1e3c5d20cbc9eaf07fea3698616f6bc4c98 Mon Sep 17 00:00:00 2001 From: Hiroshi Kimura Date: Wed, 19 Feb 2025 17:43:34 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1c99ea49c..41fffe938b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ _ Supports concurrent processing _

+[My development note](https://www.notion.so/muukii/Verge-93813aec77d44bef802a2d92f565c7bb?pvs=4) + ## Using StoreReader in SwiftUI StoreReader is a SwiftUI view that reads state from a Store and displays content according to the state changes.