feat(site): update content
This commit is contained in:
parent
5cbd65090b
commit
766cf65b4a
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@
|
|||
<main>
|
||||
<section style="font-size: larger;">
|
||||
<p>
|
||||
By extending our <code-block inline>WebComponent</code-block> base class, you get an easy authoring experience as you would expect in writing your components</p>
|
||||
By extending our base class, you get an easy authoring experience as you would expect in writing your components:</p>
|
||||
<ul>
|
||||
<li>A signals-like <code-block inline>props</code-block> API that keeps your property changes and UI in sync</li>
|
||||
<li>A reactive <code-block inline>props</code-block> API that synchronizes your components' property values and UI</li>
|
||||
<li>Sensible life-cycle hooks that you understand and remember</li>
|
||||
<li>Extensible templates & renderer (examples in-progress)</li>
|
||||
<li>Provided out-of-the-box with <a href="https://ayco.io/gh/McFly">McFly</a>, a powerful no-framework framework</li>
|
||||
|
|
Loading…
Reference in a new issue