cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -10
View File
@@ -23,14 +23,6 @@ Use `component_render()` when you want to write component output directly from C
## Example
```cpp
DValue props;
props["body"] = "Hello";
component_render("components/card:BODY", props, context);
```
## Related Concepts
- PHP: rendering a partial directly into the current output buffer rather than returning a string
- JavaScript / Node.js: direct `res.write()`-style partial rendering or imperative component mount helpers
:example
print("component_render example\n");