June Meetup
Details
Real-Time Vue: Never Say "Try Refreshing?" Again by Ari Clark
Tired of hitting refresh to make sure you’re seeing most up-to-date state? Stagnant data layer got you down? I’ll show you how to build real-time user interfaces with Vue and event-driven architecture methods like web sockets. You will discover how to leverage Vue’s built-in features alongside Vuex to create dynamic interfaces with ease. Along the way, you’ll get to learn a little about how I build software that lets you build actual, physical supercomputers from the comfort of your office chair!
Create a library of embeddable widgets with web components by Maria Tamayo
Do you know how you can create embeddable widgets in Javascript? embeddable widgets make it possible to write components that work across all browsers and are framework agnostic. Join us to learn how to create a library of embeddable widgets using web components.
Web components allow you to create custom, reusable, encapsulated HTML tags used in web applications. In this talk, we'll cover what you need to know to begin your web components library, including: how to create a basic web component, using Stencil.js, publishing your library in NPM, and using web components with modern frameworks.