docs: update portal for WRNexusJS 0.2.47

This commit is contained in:
2026-07-18 13:17:41 +05:30
parent 80e1ad280c
commit 33e3397ce9
77 changed files with 537 additions and 519 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
# WRNexusJS documentation 0.2.46
# WRNexusJS documentation 0.2.47
Status: Private Developer Preview. This site documents 26 release-aligned packages.
@@ -281,7 +281,7 @@ wrnexus eject <component> # copy a Wire UI component's .wrn into app/compone
# Installed package documentation
The following README files and declarations come from the installed private 0.2.46 release.
The following README files and declarations come from the installed private 0.2.47 release.
## @wrnexus/ai
@@ -2735,6 +2735,7 @@ room.send({ type: "chat", user: "ada", text: "hi" });
* data-scope="count: 0, name: 'x'" declare reactive state on a subtree
* data-on-<event>="count++" run a statement in scope on an event
* data-text="expr" element textContent follows an expression
* data-wrn-loop-locals="base64-json" preserves SSR {#each} item/index values
* data-wrnexus-csr="id" target for generated CSR fetch bindings
* {{expr}} or {expr} interpolation inside text nodes
*