Versions in this module Expand all Collapse all v0 v0.0.1 Mar 14, 2026 Changes in this version + type Atom struct — js/wasm + func UseAtom[T any](id string, initialValue T) Atom[T] + func (a Atom[T]) Get() T + func (a Atom[T]) Set(value T) + func (a Atom[T]) Update(fn func(T) T) + type Element = runtime.Element — js/wasm Other modules containing this package github.com/monstercameron/GoWebComponents/v4