Vue.js Live 2024

Talks

1. 10 Years of Vue: the Past and the Future

Evan You

2. What's Hot On Tresjs V4

Alvaro Saburido

3. Learning To Learn: How To Web Dev The Right Way With Vue If You Are A Beginner

Ashwin Vinay Phadke

4. PrimeVue | The Next-Gen UI Component Library

Çağatay Çivici

5. Building a Better Hammer - The Story of Nuxt 4

Daniel Roe

6. Data Loaders - Elevating Data Fetching in Vue

Eduardo San Martin Morote

7. More Secure Vue & Nuxt Apps - By Default

Jakub Andrzejewski

8. The Swiss Army Knife of Every Vue Developer

Juan Andrés Núñez Charro

9. Scalable Forms in Vue

Justin Schroeder

10. No More Mocking! Write Better Tests For Your Nuxt Application With Contract Tests

Markus Oberlehner

11. We May Not Need Component Testing

Maya Shavin

12. 6 Levels of Reusability

Michael Thiessen

13. Who Are Vue? Authn In Vue, The Important Parts

Ramona Schwering

14. Build Your Own Component Library, With `Shadcn-vue`

Zernonia Kong

We May Not Need Component Testing

We May Not Need Component Testing

Maya Shavin

Testing is mandatory, and unit tests are the foundation for building a robust testing system for our projects. Maya examines how many unit tests are efficient for front-end projects involving components without overkill. Maya discusses whether additional libraries like Testing Library or Vue Test Utils with Vitest are necessary when Playwright alone can suffice. Explore if using an E2E framework like Playwright for component testing is overkill in this insightful talk.