You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,10 @@ Mount React components from plain HTML without any Fict runtime involvement:
133
133
></div>
134
134
```
135
135
136
+
`data-fict-react-props` must contain URL-encoded, serialization-safe data.
137
+
For plain HTML authoring, use JSON-compatible primitives/objects/arrays.
138
+
For advanced Fict-serialized values (for example action refs), prefer server output produced by `reactify$`/Fict runtime instead of manually crafting attributes.
0 commit comments