feat(site): clean content
This commit is contained in:
parent
82c11ea1d5
commit
238fd3e071
1 changed files with 4 additions and 4 deletions
|
@ -29,10 +29,10 @@
|
|||
<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>
|
||||
<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>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>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>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>
|
||||
</ul>
|
||||
<call-to-action />
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue