Connect.Tech 2019

Talks

1. Going Serverless with Vue.js

Divya Sasidharan

2. Testing Your Vue Application

Jennifer Bland

3. Vue Form Validation

Maria Lamardo

4. Managing State in Vue.js

Shaun Wildermuth

5. Real-time Vue: Never Say "Try Refreshing?" Again

Ari Clark

6. Fundamental Component Design Patterns

Ben Hong

7. Vue.js for Regular People

Raymond Camden

8. Where Have Vueben All My Life

Tessa

9. Composing Functionality With The New Vue APIs

Jake Dohm

10. Dependency Injection in Vue

Alex Riviere

Composing Functionality With The New Vue APIs

Composing Functionality With The New Vue APIs

Jake Dohm

Up to this point, composing functionality in Vue has been a bit of a struggle. A few advanced patterns for logic composition have emerged, like using Scoped Slots and Renderless Components, but it never felt “right”. Not any more! Vue has introduced some new APIs*, similar to React Hooks, which give us even more power in our Vue components and allow us to more easily share logic across components.

*new APIs currently in RFC, but are fairly stable