Frontend
964 installs
rivetkit-client-swiftui
by rivet-dev/skills
RivetKit SwiftUI client guidance. Use for SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI, @Actor, rivetKit view modifiers, and SwiftUI bindings.
Skill content
RivetKit SwiftUI Client Use this skill when building SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI. Version RivetKit version: 2.3.0-rc.5 Error Handling Policy - Prefer fail-fast behavior by default. - Avoid broad do/catch unless absolutely needed. - If a catch block is used, handle the error explicitly, at minimum by logging it. Install Add the Swift package dependency and import RivetKitSwiftUI: