gitstack

grindlemire/go-tui code browser

372 B markdown 17 lines 2026-04-18 · 7dc88fd raw

State

Demonstrates reactive state with State[T], using .Get() in render and .Set()/.Update() to trigger automatic re-renders, plus if/for/:= bindings for reactive children.

Screenshot

State

Run

go run .

Guide

For a detailed walkthrough, see the State guide.