Pudu programming language
Menu
API reference

Std.Ui.Component

1 declaration

type

Component

This declaration introduces a public type.

What it does

A screen: what is known, what that shows as, and how an event changes it.

The view is a function rather than a stored value, so rendering twice with

the same state gives the same view. That is what makes the difference

between two renders exactly the difference the state made, and it is why a

screen can be checked by comparing values rather than by driving one.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.UiSearch related declarations