Name | Modified | Size | Downloads / 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