docs(v2): add Build Tracker to showcase (#2416)

This commit is contained in:
Paul Armstrong 2020-03-16 00:37:22 -07:00 committed by GitHub
parent 55a50d37dc
commit 12b9be18f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View file

@ -26,6 +26,16 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Build Tracker',
description:
'Track performance budgets & prevent unexpected bloat in your app',
preview: require('./showcase/build-tracker.png'),
website: 'https://buildtracker.dev',
source: 'https://github.com/paularmstrong/build-tracker',
fbOpenSource: false,
pinned: false,
},
{
title: 'Channel.js',
description: 'The missing constructor for creating safe async iterators',