Download Latest Version v4.5.2 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of happyx

Home / v0.16.0
Name Modified Size InfoDownloads / Week
Parent folder
Components Life Cycle source code.tar.gz 2023-05-14 277.5 kB
Components Life Cycle source code.zip 2023-05-14 291.6 kB
Components Life Cycle.tar.gz 2023-05-14 277.5 kB
Components Life Cycle.zip 2023-05-14 291.6 kB
README.md 2023-05-14 252 Bytes
Totals: 5 Items   1.1 MB 0

Components has life cycle now ✨

Simple syntax:

:::nim
component MyComponent:
  `template`:
    "hello world"
  @created:
    echo "created"

Available cycles: - created - exited - updated - beforeUpdated

Source: README.md, updated 2023-05-14