Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-zethraeus authored Aug 22, 2023
1 parent c25e807 commit 7812f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `@Republished` proprty wrapper allows an `ObservableObject` nested
within another `ObservableObject` to naturally notify SwiftUI of changes.

It was inspired by [@mergesort's](https://github.com/mergesort) [blog post](https://build.ms/2022/06/22/model-view-controller-store/) introducing [`Boutique`](https://github.com/mergesort/Boutique).
It was originally inspired by some of the challenges described in [@mergesort's](https://github.com/mergesort) [blog post](https://build.ms/2022/06/22/model-view-controller-store/) introducing [`Boutique`](https://github.com/mergesort/Boutique).

## Problem
Nested `ObservableObjects` don't play well with SwiftUI.
Expand Down

0 comments on commit 7812f12

Please sign in to comment.