From 19cee628cb9f8d69ec153aeb9987961f4854d082 Mon Sep 17 00:00:00 2001 From: Sangeeth Sudheer Date: Mon, 19 Apr 2021 15:59:39 +0530 Subject: [PATCH 1/2] meetup31: add musthaq --- 31/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/31/README.md b/31/README.md index e95b43b..c61940d 100644 --- a/31/README.md +++ b/31/README.md @@ -4,7 +4,9 @@ title: "VueBLR Online #31" description: |

We're gearing up for the April meetup. Want to be in the spotlight? Submit your talk here.

πŸ“ Schedule:

-

TBA

+

2:30 - 2:45 PM: Intro

+

2:45 - 3:30 PM: Talk #1: Going off the main thread in Vue by Musthaq Ahamad

+

TBA

PS. All times are in IST (+5:30 GMT)

πŸ“Ή YouTube Stream link: TBA

You can post your questions and discuss with us in the YouTube chat.

@@ -15,6 +17,13 @@ venue: name: Online photos: - https://secure.meetupstatic.com/photos/event/6/c/3/5/highres_495447701.jpeg +agenda: + - title: "Going off the main thread in Vue" + type: talk + description: | + Modern web frameworks and architecture heavily relies on the main/ui thread and any expensive computation done with Javascript can block the main thread causing slow pages, unresponsive feedbacks and lagging. In this talk we'll explore ways we can optimize our vue applications with best practices and utilising available options to spawn web workers to offload task off from the main thread. + speaker: Musthaq Ahamad <@haxzie_> + bio: "UX Engineer at Locale.ai. Loves to write, design and build for the web." organizers: - Vue Bangalore <@vueblr> --- From 8291656a580bc3108b52c15e816874490baba8cb Mon Sep 17 00:00:00 2001 From: Sangeeth Sudheer Date: Tue, 20 Apr 2021 13:48:36 +0530 Subject: [PATCH 2/2] fix: workaround for vuejs/vuepress#2831 --- .vuepress/components/EventPage.vue | 4 ++-- 26/README.md | 2 +- 27/README.md | 2 +- 28/README.md | 2 +- 29/README.md | 2 +- 30/README.md | 2 +- 31/README.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.vuepress/components/EventPage.vue b/.vuepress/components/EventPage.vue index 4a42a7f..58cf0fc 100644 --- a/.vuepress/components/EventPage.vue +++ b/.vuepress/components/EventPage.vue @@ -25,8 +25,8 @@

Agenda