VueConf US 2019

Talks

1. State of Vuenation

Evan You

2. Vuejs In Practice at Optoro

Andrew Krawchyk

3. Zen and The Art of VueJS

Jen Looper

4. Demystifying: The Dark Art of SFC Compilation

Rahul Kadyan

5. Advanced Animations with Vue.js

Krystal Campioni

6. Building Desktop Applications with Vue

Natalia Tepluhina

7. Dynamic CSS with Vue

Miriam E Suzanne

8. The Future of Web Animation

Sarah Drasner

9. Vue 3: What I'm Most Excited About

Chris Fritz

10. 9 Performance Secrets Revealed

Guillaume Chau

11. Building Fast and Semantic Input Masks in VueJS

Divya Sasidharan

12. Back to the Vueture: Stuck in the Event Loop

Tessa

13. Web Accessibility With Vue.js

Maria Lamardo

14. Run Your Vue and Node App Anywhere

John Papa

15. Ionic & Vue for Fast Mobile Apps

Mike Hartington

16. Phenomenal Design Patterns in Vue

Jacob Schatz

17. Accessibility for Everyone or Accessibility 101

Chris DeMars

18. Vue + i18n = FUN!

Casie Siekman

19. Cloudinary's New Vue SDK

Doug Steinberg

20. The Ramp Up to Vue

Charles Villard

21. Sub-second Vue

Lucas Still

22. Building a Better Tomorrow

Jennifer Bland

23. KnowBe4 Human error. Conquered.

Benji Dalton

24. How to Reduce Your Vue Bundle Size With Webpack

Jennifer Bland

25. Global vs Component State in Vuex

Jaimes Jones

26. Progressively Enhanced Form Validation

Matt Brophy

27. Quickly Delivering Value to Users

Brad Balfour

28. Using Subscriptions in Your Vue Apps

Vladimir Novick
Notify me when new talks are available.

Phenomenal Design Patterns in Vue

Phenomenal Design Patterns in Vue

Jacob Schatz

Jacob provides a high level overview of common features that can be solved with time tested design patterns from the Gang of Four and mixed with Vue with Vuex to solve common problems like: The Memento for undo and redo The Bridge for an awesome drawing API The Decorator for making games with The Builder for your fast food ordering system And many more. The best part is you’ll still use Vuex to manage your global state and Vue to manage your reactivity, but also add in some sweet design patterns to quickly solve tougher common programming problems. It’s not always easy to figure out where these classic design patterns fit in a modern framework like Vue which has solved many specific problems already, but Jacob will show you how they fit in perfectly