Tips bubble & go Each component in a package Model is component state View renders from a string New for constructor (return Model) Setter y getter func (m Model) Property() string { return m.Property } func (m *Model) SetProperty(p string){ m.Property = p }