From 21f53350c5f968c6ca8bbf80fd4029b5d30c21ce Mon Sep 17 00:00:00 2001 From: Henry Wu <42320565+csharplus@users.noreply.github.com> Date: Sat, 14 May 2022 13:51:06 -0700 Subject: [PATCH 1/2] Update clients.md Add a link to a hypernova client library for Vue. --- docs/clients.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/clients.md b/docs/clients.md index 5d6c8da..76148a3 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -6,3 +6,4 @@ The following are clients in the wild for connecting to Hypernova. * [Rails](https://github.com/airbnb/hypernova-ruby) * [PHP](https://github.com/wayfair/hypernova-php) * [Pyramid](https://github.com/Yelp/pyramid-hypernova) +* [Vue](https://github.com/ara-framework/hypernova-vue) From 21fd3fa8bc7228be66d54dd41c756cb0c8248343 Mon Sep 17 00:00:00 2001 From: Henry Wu <42320565+csharplus@users.noreply.github.com> Date: Sat, 14 May 2022 13:57:29 -0700 Subject: [PATCH 2/2] Update clients.md Add a link to the React client library. --- docs/clients.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/clients.md b/docs/clients.md index 76148a3..d993d9c 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -3,6 +3,7 @@ The following are clients in the wild for connecting to Hypernova. * [Node.js](https://github.com/airbnb/hypernova-node) +* [React](https://github.com/airbnb/hypernova-react) * [Rails](https://github.com/airbnb/hypernova-ruby) * [PHP](https://github.com/wayfair/hypernova-php) * [Pyramid](https://github.com/Yelp/pyramid-hypernova)