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
Come to the first ever Vue Global Meetup event!
We want to bring all Vue communities together and create a place where we can all share resources and knowledge. Every location can provide a speaker as we broadcast around the world bringing new and seasoned speakers to everyone!
The first event will include collaboration between the following communities:
diff --git a/27/README.md b/27/README.md index 7e19155..015ee8b 100644 --- a/27/README.md +++ b/27/README.md @@ -1,7 +1,7 @@ --- id: 27 title: 'VueBLR Online #27' -description: | +event_description: |We're getting ready for a new online meetup experience for the VueBLR community. Join us and the many Vue enthusiasts on Saturday, the 23rd of May for some great sessions and discussions.
π Agenda:
2:00 - 2:15 PM: Get to know each other
diff --git a/28/README.md b/28/README.md index 60d882c..61c4db7 100644 --- a/28/README.md +++ b/28/README.md @@ -1,7 +1,7 @@ --- id: 28 title: 'VueBLR Online #28' -description: | +event_description: |We're keeping the ball rollin' and having our second remote meetup this month. We'll have our usual lineup of great speakers and great talksβall experienced at the comfort of your homes.
π Schedule:
2:00 - 2:05 PM: Get to know each other
diff --git a/29/README.md b/29/README.md index 296fa98..038ad97 100644 --- a/29/README.md +++ b/29/README.md @@ -1,7 +1,7 @@ --- id: 29 title: 'VueBLR Online #29' -description: | +event_description: |Hi y'all! It's September and we have another fantastic online meetup in the works. Check out the schedule for all the details.
π Schedule:
2:00 - 2:05 PM: Get to know each other
diff --git a/30/README.md b/30/README.md index 7e9027c..beec95d 100644 --- a/30/README.md +++ b/30/README.md @@ -1,7 +1,7 @@ --- id: 30 title: "VueBLR Online #30" -description: | +event_description: |Hello friends! π It's been a while, but we're back and there's A LOT to talk about. We're kicking off our first meetup for the year, this March so get excited!
π Schedule:
2:30 - 2:45 PM: Intro
diff --git a/31/README.md b/31/README.md index e95b43b..c39c1ca 100644 --- a/31/README.md +++ b/31/README.md @@ -1,10 +1,12 @@ --- id: 31 title: "VueBLR Online #31" -description: | +event_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> ---