mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
Matches new bulleted descriptions in README
This commit is contained in:
parent
5263574ebb
commit
dc67587b3e
@ -62,11 +62,9 @@
|
||||
<section class="love-list">
|
||||
<ul>
|
||||
<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>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>Easy syntax that's similar to HTML, supported by most IDEs.</li>
|
||||
<li>Clear separation of presentation and logic - almost zero HTML in component files.</li>
|
||||
<li>Declarative coding ensures that the HTML that you write and the HTML you inspect look nearly identical.</li>
|
||||
<li>Supports <a href="#amd">AMD</a>, <a href="#commonjs">CommonJS</a>, and globals.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user