feat(site): update content

This commit is contained in:
Ayo 2023-11-26 19:36:36 +01:00
parent 5cbd65090b
commit 766cf65b4a

View file

@ -27,9 +27,9 @@
<main> <main>
<section style="font-size: larger;"> <section style="font-size: larger;">
<p> <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> <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>Sensible life-cycle hooks that you understand and remember</li>
<li>Extensible templates & renderer (examples in-progress)</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> <li>Provided out-of-the-box with <a href="https://ayco.io/gh/McFly">McFly</a>, a powerful no-framework framework</li>