feat(site): clean content

This commit is contained in:
Ayo 2023-11-24 14:01:07 +01:00
parent 82c11ea1d5
commit 238fd3e071

View file

@ -29,10 +29,10 @@
<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 <code-block inline>WebComponent</code-block> 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 signals-like <code-block inline>props</code-block> API that keeps your property changes and UI in sync</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>Bonus: 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>
</ul> </ul>
<call-to-action /> <call-to-action />
</section> </section>