In this episode Wes and Scott talk about VueJS - what it is, how it compares to other frontend frameworks, and how to get the most out of it.
Sentry - SponsorIf you want to know what\u2019s happening with your errors, track them with\xa0Sentry. Sentry is open-source error tracking that helps developers monitor and fix crashes in real time. Cut your time on error resolution from five hours to five minutes. It works with any language and integrates with dozens of other services. Syntax listeners can get two months for free by visiting\xa0Sentry.io\xa0and using the coupon code \u201ctastytreat\u201d.
Clubhouse - SponsorClubhouse is the first project management software that brings everyone together so that teams can focus on what matters: creating products that customers love. Clubhouse provides a perfect balance of simplicity and structure for better cross-functional collaboration. Check out\xa0https://clubhouse.io/syntax\xa0and get your first two months free.
Show Notes2:22 - What\u2019s the deal with VueJS?
8:02 - Components
Template syntax is similar to handlebars
v-bind:property
Props
Script tag
Actions
v-on:click="doSomething"
@click="doSomething"
Lifecycle
CSS