Skip to content

Commit

Permalink
Generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Feb 22, 2024
1 parent e0b0a02 commit f2d4d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion latest/user-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ <h3><a href="#native-elements" id="native-elements"></a>Native elements</h3>
:onClick some-on-click}]
[:&gt; "div" props "Hello World"])
</code></pre>
<p>With the both ways of create a react element, the prop literals are converted semi-recursivelly (the root props and the style props) to js objects that react understands.</p>
<h3><a href="#user-defined-components" id="user-defined-components"></a>User defined components</h3>
<p>Components are everything that we as users define.</p>
<p>In this case we have two ways to call our component (or in react words, create the react-dom element from a user-defined component):</p>
Expand Down

0 comments on commit f2d4d12

Please sign in to comment.