feat(site): show example of custom template w/ lit-html (#26)
This commit is contained in:
parent
6379334335
commit
1879c36350
1 changed files with 9 additions and 2 deletions
|
@ -66,8 +66,15 @@
|
||||||
</li>
|
</li>
|
||||||
<li>Sensible life-cycle hooks that you understand and remember</li>
|
<li>Sensible life-cycle hooks that you understand and remember</li>
|
||||||
<li>
|
<li>
|
||||||
A minimal <code-block inline>html</code-block> function for tagged
|
Use a custom templating syntax you are familiar with, like
|
||||||
templates powered by Preact's tiny (450 Bytes)
|
<code-block inline>lit-html</code-block> (<a
|
||||||
|
href="https://codepen.io/ayoayco-the-styleful/pen/ZEwNJBR?editors=1010"
|
||||||
|
>example</a
|
||||||
|
>)
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Built-in minimal <code-block inline>html</code-block> function for
|
||||||
|
tagged templates powered by Preact's tiny (450 Bytes)
|
||||||
<a href="http://github.com/developit/htm" target="_blank"
|
<a href="http://github.com/developit/htm" target="_blank"
|
||||||
>htm/mini</a
|
>htm/mini</a
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue