Patterns for Large Scale Vue.js Applications

August 10, 2023 19 min Free

Description

During the talk, Daniel Kelly discusses practical design patterns for making your large scale Vue.js projects more predictable. He covers adopting community standards, component conventions, routing conventions, using SDKs, wrapping third-party libraries, and more. The talk emphasizes the importance of predictability, leveraging IDE features, standardized file structures with Nuxt, route naming conventions, and preferring the Composition API for better abstraction and code reuse.