docs(v2): add Realtime Web Applications Workshop to showcase (#4416)

This commit is contained in:
Lowen 2021-03-13 01:58:42 +08:00 committed by GitHub
parent f51f21965c
commit dff53d3bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

View file

@ -582,6 +582,14 @@ const users = [
source: 'https://github.com/GeekyAnts/react-native-aria-website',
tags: [],
},
{
title: 'Realtime Web Applications Workshop',
description: 'A workshop about building realtime web applications with WebSockets and WebRTC.',
preview: require('./showcase/realtime-apps-workshop.png'),
website: 'https://realtime-apps-iap.github.io',
source: 'https://github.com/realtime-apps-iap/realtime-apps-iap.github.io',
tags: [],
},
{
title: 'Rematch',
description: 'Redux best practices without the boilerplate in less than 2kb',