VUE.JS GLOBAL SUMMIT'23
Online conference for software engineers about latest trends in Vue.js
WHAT EVENT IS ABOUT
TESTING
- Byte code in your performance
- Choosing an E2E Testing Solution
- How you can test your Vue.js apps in less than seven minutes
- Vue Test Utils for component testing
MAJOR UPDATES
- Build Advanced Components in Vue 3 using $attrs
- Problems With Server-Side Plugins in Nuxt.js
- Pinia for State Management
- Vuex vs Pinia & Migrating to Pinia from Vuex
- Nuxt 3 - Major Upgrades, Breaking Changes and Differences
- Migrating from Nuxt 2 to Nuxt 3
USABILITY
- Custom JSX transforms that leverages Vue's runtime features
- How to Build a Full-Stack Single Page Application with Vue.js
- Vetur, the VSCode extension for Single-File Component IDE support
- Using Vue 3 PWA
- Reusable Forms with Vue 3
- New devtools extension with simultaneous Vue 2 / Vue 3 support and a plugin system that allows community libraries to hook into the devtools panels
WEBSITE
- VuePress for Vue-based static site generation
- Exploiting HTML Content / URL / Style Injection
- Fullstack - Nuxt 3 and Firebase
ERROR CHECKING
- ESLint plugin for static style / error checking
- How to prevent cross-site scripting (XSS) and cross-site request forgery (CSRF)
API
- How to avoid Risky Vue API Endpoints
- Vue 3 Composition API: ref() vs. reactive()
- Introduction to Vite
- Creating Vue Plugins