docs: add Synergies to showcase (#7127)

* docs(showcase): add synergies

* docs(showcase): add synergies preview file

* optimize image

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Lukas Bach 2022-04-07 12:18:17 +02:00 committed by GitHub
parent b230e8a545
commit 529d853ab8
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: 22 KiB

View file

@ -1745,6 +1745,15 @@ const Users: User[] = [
source: 'https://github.com/supabase/supabase/tree/master/web',
tags: ['opensource', 'favorite', 'design', 'large', 'product'],
},
{
title: 'Synergies',
description:
'A performant and distributed state library for creating reusable React state logic by synergyzing atomar context pieces',
preview: require('./showcase/synergies.png'),
website: 'https://synergies.js.org',
source: 'https://github.com/lukasbach/synergies/tree/main/packages/docs',
tags: ['opensource', 'design'],
},
{
title: 'T-Regx',
description: 'Programmer-oriented Regular Expressions library for PHP',