87: Chris Fritz - Vue.js Anti-Patterns (and How to Avoid Them)
Apr 25, 2018•1 hr 10 min•Ep. 87
Episode description
Topics include:
- Why global state is better than an event bus
- Why and how to avoid using this.$parent
- Custom events vs. callback props
- When to use watchers and when you don't need to
- Why you should prefer computed properties over methods
- Inline templates vs. scoped slots
- Using components to share code instead of mixins or directives
Sponsors:
- Rollbar, sign up at https://rollbar.com/fullstackradio to try their Bootstrap Plan free for 90 days
- Codeship, check out how they performed in Forrester's latest Continuous Integration Tools report
Links:
- Advanced Vue Component Design, Adam's upcoming course
- Chris on GitHub
- Chris on Patreon
- "7 Secret Patterns Vue Consultants Don't Want You To Know", Chris' recent presentation
- "Methods, Computed, and Watchers in Vue.js" by Sarah Drasner
- PortalVue, library for rendering elements outside of their parent component
- vue-enterprise-boilerplate