Skip to content

Commit

Permalink
Links.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 17, 2024
1 parent 36bf01c commit c80e014
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/index.html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ export default <>
<Q>How could parent components react to children?</Q>
<Sample which="sample5" />

<p>This came out of my work on <a href="https://github.com/sdegutis/imlib">imlib</a>.</p>
<p>The only runtime needed for this is <a href="https://vanillajsx.com/@imlib/jsx-browser.js">@imlib/jsx-browser.js</a>.</p>
<p>JSX is compiled by <a href="https://swc.rs/">@swc/core</a> to automatically import it.</p>
<p>The idea came out of my work on <a href="https://github.com/sdegutis/imlib">imlib</a>.</p>
<p>Also check out the <a href="https://github.com/sdegutis/vanillajsx.com/blob/main/site/index.html.tsx">source to this page</a>.</p>
</div>

Expand Down

0 comments on commit c80e014

Please sign in to comment.