mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
Updated list items to match README file.
This commit is contained in:
parent
ad24b3fc4f
commit
3dfe6e0e12
13
index.html
13
index.html
@ -61,14 +61,13 @@
|
||||
<section class="content wrap">
|
||||
<section class="love-list">
|
||||
<ul>
|
||||
<li>No runtime libraries. No magic. Just simple pre-compilation to a clear React code</li>
|
||||
<li>Super easy to write panels. By panels we mean components that have a lot of HTML code and
|
||||
non-reusable logic
|
||||
<li>No runtime libraries. No magic. Simply precompile your way to clear React code.</li>
|
||||
<li>It's super easy to write panels - components that have a lot of HTML code and non-reusable logic.
|
||||
</li>
|
||||
<li>Very good separation of presentation and logic. Almost no HTML within the component file</li>
|
||||
<li>Declarative coding for presentation. HTML that you write and inspect look similar</li>
|
||||
<li>Easy syntax. Similar to HTML. All IDEs recognize this format</li>
|
||||
<li>Supports <a href="#amd">AMD</a>, <a href="#commonjs">CommonJS</a> and globals</li>
|
||||
<li>There's very good separation of presentation and logic - that is, there's almost no HTML within the component file.</li>
|
||||
<li>Declarative coding for presentation makes the HTML that you write and inspect look similar.</li>
|
||||
<li>Easy syntax that's similar to HTML. All IDEs recognize this format.</li>
|
||||
<li>Supports <a href="#amd">AMD</a>, <a href="#commonjs">CommonJS</a>, and globals.</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="home-section" class="home-section">
|
||||
|
Loading…
x
Reference in New Issue
Block a user