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: docs/client-dsl/elements-and-rendering.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The only major difference between the systems is that JSX compiles directly to R
13
13
As each React element is generated it is stored by Hyperstack in a *rendering buffer*, and when the component finishes the rendering block, the buffer is returned as the result of the components render callback. If the expression has a child block (like `DIV { 'hello' }`) the block is passed to the `createElement` as a the child function the same
14
14
as JSX would do.
15
15
16
-
When an expression like this is evaluated (**[see the full example in the section on params...](../params.md#named-child-components-as-params)**)
16
+
When an expression like this is evaluated (**[see the full example in the section on params...](params.md#named-child-components-as-params)**)
0 commit comments