docs(v2): Updates showcase: Channel.js renamed to Repeater.js (#4551)

* fix: Updates Channel.js to Repeater.js

* fix: Includes Repeater.js in alphabetical order
This commit is contained in:
Lucas Alves 2021-04-02 07:21:17 -03:00 committed by GitHub
parent 51031c1afd
commit 5357fcefee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -130,14 +130,6 @@ const users = [
source: 'https://github.com/paularmstrong/build-tracker',
tags: [],
},
{
title: 'Channel.js',
description: 'The missing constructor for creating safe async iterators',
preview: require('./showcase/channeljs.png'),
website: 'https://repeater.js.org/',
source: 'https://github.com/repeaterjs/repeater',
tags: [],
},
{
title: 'Clutch',
description: 'An extensible API and UI platform for infrastructure tooling',
@ -615,6 +607,14 @@ const users = [
source: 'https://github.com/rematch/rematch',
tags: ['highlight', 'design', 'large'],
},
{
title: 'Repeater.js',
description: 'The missing constructor for creating safe async iterators',
preview: require('./showcase/repeaterjs.png'),
website: 'https://repeater.js.org/',
source: 'https://github.com/repeaterjs/repeater',
tags: [],
},
{
title: 'Rooks',
description: 'Supercharge your components with this collection of React hooks.',