v0.1.17 State runtime

Pages

  • State runtime - scoped Go state helpers for GX function components.
  • UseState - component-local state with scheduled rerenders.
  • UseRef - stable mutable values that do not request rerenders.
  • UseMemo - deterministic derived-value caching for render work.