Skip to content

Latest commit

 

History

History
53 lines (47 loc) · 1.98 KB

index.md

File metadata and controls

53 lines (47 loc) · 1.98 KB
layout title
default
Front-end Hyperpolyglot

Inspired by hyperpolyglot.org, a comparison of similar features in popular JavaScript frameworks.

Any contributors who are more familiar with these frameworks would be massively appreciated. The source is on GitHub.

{% for category in site.data.frameworks %} {% if category.name %} {% endif %} {% for label in site.data.labels %} {% endfor %} {% for comparison in category.comparisons %} {% for framework in comparison.frameworks %} {% if framework[1].js %} {% elsif framework[1].comment %} {% else %} {% endif %} {% endfor %} {% endfor %} {% endfor %}
{{ category.name }}
{{ label }}
{{ comparison.label }}{% highlight js %}{{ framework[1].js }}{% endhighlight %}{{ framework[1].comment }}{% highlight html %}{{ framework[1] }}{% endhighlight %}

{% for category in site.data.frameworks %}

{% for comparison in category.comparisons %} {% if comparison.remarks %} {{ comparison.remarks | markdownify }} {% endif %} {% endfor %} {% endfor %}