Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/SwiftUIFirst.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ That function requires no framework to test, no mocking library, and no async te
## Getting started

```swift
.package(url: "https://github.com/your-org/EffectView", from: "0.1.0")
.package(url: "https://github.com/couchdeveloper/EffectView", from: "0.1.0")
```

Start with the simplest case — one state enum, one event enum, one `update` function — and expand from there. The pattern is the same at every scale.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# EffectView

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fcouchdeveloper%2FEffectView%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/couchdeveloper/EffectView)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fcouchdeveloper%2FEffectView%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/couchdeveloper/EffectView)

A small SwiftUI helper for Elm-style event handling with explicit side effects.

- Single mutation point via `update`.
Expand Down
Loading
Loading