Tag
cbwire
1 article
CBWire: Computed vs Data Properties
CBWire uses data properties for reactive state that persists between requests and supports two-way binding, making them ideal for form inputs and user interactions. Computed properties are read-only, derived values that are automatically cached per request, perfect for expensive operations like database queries or calculations that depend on data properties.
Mar 24, 2026
Read →