docs(v2): showcase Eta (#3022)

This commit is contained in:
Ben Gubler 2020-07-04 21:43:08 -06:00 committed by GitHub
parent 8aa6ef47e4
commit 46f794b2ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -63,6 +63,15 @@ const users = [
fbOpenSource: true,
pinned: true,
},
{
title: 'Eta',
description: 'Faster embedded JS template engine in TypeScript',
preview: require('./showcase/eta.png'),
website: 'https://eta.js.org/',
source: 'https://github.com/eta-dev/eta',
fbOpenSource: false,
pinned: false,
},
{
title: 'Flux',
description: 'Application architecture for building user interfaces',