Skip to content

Commit

Permalink
New points in roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Kaushik committed Jun 19, 2018
1 parent 82e5b05 commit 29df635
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions themes/vueNative/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,21 @@
<div class="key-feature">
<div class="title">Key features</div>
<ul>
<li>Declarative rendering</li>
<li> Two-way binding</li>
<li> Goodness of Vue ecosystem</li>
<li>Declarative rendering</li>
<li>Two-way binding</li>
<li>Goodness of Vue ecosystem</li>
<li>Compiles to React Native</li>
<li> Completeness of React Native ecosystem</li>
<li>Completeness of React Native ecosystem</li>
</ul>
</div>
<div class="key-feature">
<div class="title">Roadmap</div>
<ul>
<li>Provide List without JSX</li>
<li> Support for Animation</li>
<li> Better Debugging & Tracing</li>
<li>Provide List without JSX</li>
<li>Support for Animation</li>
<li>Better Debugging &amp; Tracing</li>
<li>Support of Scoped Slot</li>
<li>Support of $emit</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 29df635

Please sign in to comment.